summaryrefslogtreecommitdiff
path: root/server/web/public/index.html
blob: dc331adff3ad32e1ae47badf93dca3d62e1b588a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
        <meta name="robots" content="noindex" />
        <meta charset="utf-8" />
    </head>
    <body>
        <noscript>Enable Javascript.</noscript>
        <div id="root"></div>
        
        <script type="text/javascript" src="%PUBLIC_URL%/eel.js"></script>
    </body>
</html>