summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/index.html b/index.html
index 0d89cdc..47e39c6 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,21 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta property="og:title" content="Netpunk" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="http://netpunk.darkuss.fyi" />
+ <meta property="og:description" content="Netpunk, website style" />
+ <meta name="theme-color" content="#ff0047" />
+
+ <title>Netpunk</title>
+ <link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/index.css">
<script src="/src/main.tsx" type="module"></script>
</head>
<body>
<div id="root"></div>
- <!-- <div></div> -->
- <!-- <iframe style="border: 0; width: 350px; height: 786px;" src="https://bandcamp.com/EmbeddedPlayer/album=3374731395/size=large/bgcol=333333/linkcol=e32c14/transparent=true/" seamless><a href="https://sunnexo.bandcamp.com/album/netpunk">Netpunk by Sunnexo</a></iframe> -->
</body>
</html>