summaryrefslogtreecommitdiff
path: root/templates/pubnix/obs.html
blob: b5c3c05fcb6e30b08aa0b4bee8c518d522f4ab54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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 Browser Source</title>
        <link rel="icon" href="./assets/mrgreen.png">
        <link rel="stylesheet" type="text/css" href="./main.css">
        <script type="module">
CONFIG_SUBST
         globalThis.mode = 3;
        </script>
        <script type="module" src="./main.js"></script>
    </head>
    <body class="lcolonq-obs">
        <canvas id="lcolonq-canvas"></canvas>
    </body>
</html>