summaryrefslogtreecommitdiff
path: root/index.html
blob: 0d89cdc9131155e30e1ac2684cb1735c3e5f5711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
    <head>
        <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>