summaryrefslogtreecommitdiff
path: root/client/index.html
blob: 9ba6b4cd5e7f56afc92a89627e45c6d4f71d3f24 (plain)
1
2
3
4
5
6
7
8
<html>
    <head>
        <link rel="stylesheet" href="/css/main.css"/>
    </head>
    <body>
        <script src="/js/main.js" type="module"></script>
    </body>
</html>