dtan/index.html

22 lines
728 B
HTML
Raw Normal View History

2023-11-27 13:19:14 +00:00
<!doctype html>
<html lang="en">
2023-11-27 17:11:17 +00:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://dtan.xyz" />
<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" />
<link rel="icon" href="/logo_32.png" />
<title>DTAN.XYZ</title>
2023-12-10 13:47:09 +00:00
<link href="/fonts/outfit/outfit.css" rel="stylesheet" />
2023-11-27 17:11:17 +00:00
</head>
2023-11-27 15:53:43 +00:00
2023-11-27 17:11:17 +00:00
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>