summaryrefslogtreecommitdiff
path: root/fig-frontend-client/index-template.html
blob: 1ab53d811b751daaf01549b0afd004e2b8d45c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        <title>LCOLONQ</title>
        <link rel="icon" href="./assets/mrgreen.png">
        <link rel="stylesheet" type="text/css" href="./main.css">
        <script type="module">
CONFIG_SUBST
        </script>
        <script type="module" src="./main.js"></script>
    </head>
    <body>
        <!-- RINGBEARER -->
        <div id="lcolonq-title">
            LCOLONQ
            <div id="lcolonq-subtitle">hi</div>
        </div>
        <canvas id="lcolonq-canvas"></canvas>
    </body>
</html>