Add OpenGraph tags
parent
af22dc42f8
commit
26cea0d67f
|
|
@ -22,11 +22,14 @@ npm/codemirror@5.52.0/theme/dracula.min.css
|
|||
/>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link rel="canonical" href="https://nopaste.ml/" />
|
||||
<meta
|
||||
name="description"
|
||||
content="NoPaste is a client-side paste service which works with no database, and no back-end code. The data is stored entirely in the links and nowhere else"
|
||||
/>
|
||||
<link rel="canonical" href="https://nopaste.ml/" />
|
||||
<meta property="og:title" content="NoPaste - No-database paste service" />
|
||||
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/bokub/nopaste@images/logo.png" />
|
||||
<meta property="og:url" content="https://nopaste.ml/" />
|
||||
</head>
|
||||
<body class="m-0">
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue