summaryrefslogtreecommitdiff
path: root/index.html
blob: cd16b50b45b91660c94542e72406c9843ec40b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Template</title>
    <link rel="stylesheet" href="css/skeleton.css">
    <link rel="stylesheet" href="css/main.css">
</head>
<body>
    <header>
        <h2>.</h2>
        <section>
            <p> </p>
        </section>
    </header>
    <main>
        <center>- - -</center>
        <section>
            <h5></h5>
            <p></p>
        </section>
        <center>- - -</center>
        <section>
            <div id="server-status">Server status: Connecting...</div>
        </section>
        <footer>
            <p>Last updated ...</p>
        </footer>
    </main>
</body>
<script type = "text/javascript" src = "js/jquery-3.7.1.min.js"></script>
<script type = "text/javascript">
    window.env = {'thing': 123123};
</script>
<script type = "text/javascript" src = "js/main.js"></script>
</html>