summaryrefslogtreecommitdiff
path: root/web/src/index.html
blob: b14f5b55a71b90b09ed34bd9bcf045f27b8458ac (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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="hi i'm aura and this is my website about stuff.">
    <meta name="viewport" content="width=device-width,user-scalable=yes">
    <title>networkheaven.net</title>
    <link rel="stylesheet" href="/static/main.css">
    <link href="/static/highlight.css" rel="preload" as="style" onload="this.rel='stylesheet'">
    <link rel="shortcut icon" href="/static/nh.ico" type="image">
  </head>
  <body>
    <div id="moneyjsx-root">
      <div id="homepage" style="padding-top: 0px">
        <noscript>

          <!--- for browsers with noscript !--->
          <div id="ascii-art">

          </div>
          <h3 style="margin-top: 5px;">networkheaven.net</h3>
          <div>
            you need javascript to use this website
          </div>
        </noscript>
      </div>
    </div>
  </body>
</html>