diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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> |
