diff options
| author | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
|---|---|---|
| committer | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
| commit | 8f32fd58cafe677c07d9ed9fff84f6e255156d37 (patch) | |
| tree | a5de06ffb2c0a8b878c8a563ec8cee692efc98ac /index.html | |
| parent | 5ac62cc1a4d9a5f50ea26d5bc1afb0fbf95da23c (diff) | |
holy shit i'm finally done
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> |
