mirror of
https://git.v0l.io/Kieran/dtan.git
synced 2024-12-12 23:16:21 +00:00
feat: og tags and banner
This commit is contained in:
parent
acd4c8ec3f
commit
d42b139711
29
index.html
29
index.html
@ -1,13 +1,22 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>dtan.xyz</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<div id="root"></div>
|
<meta charset="UTF-8" />
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</body>
|
<meta property="og:url" content="https://dtan.xyz">
|
||||||
</html>
|
<meta name="og:title" content="dtan.xyz" />
|
||||||
|
<meta name="og:description" content="Torrents on Nostr" />
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:image" content="/banner.jpg" />
|
||||||
|
<meta name="description" content="Torrents on Nostr">
|
||||||
|
|
||||||
|
<title>dtan.xyz</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
public/banner.jpg
Normal file
BIN
public/banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
Loading…
Reference in New Issue
Block a user