diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-11 08:11:24 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-11 08:11:24 +0100 |
| commit | f5e29189f70c5c8532916504a1a22f8c586f6e73 (patch) | |
| tree | 9bf42144e608260527766e128268b380231ed95b /web/src/index.html | |
| parent | 6442494822d12c23cdd609031c4039d3309b64f6 (diff) | |
new web
Diffstat (limited to 'web/src/index.html')
| -rw-r--r-- | web/src/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/web/src/index.html b/web/src/index.html new file mode 100644 index 0000000..a5500e4 --- /dev/null +++ b/web/src/index.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="description" content=" "> + <meta name="viewport" content="width=device-width,user-scalable=no"> + <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="apple-touch-icon" href="/static/nh.ico"> + <link rel="icon" href="/static/nh.ico" type="image/png"> + <link rel="shortcut icon" href="/static/nh.ico" type="image/png"> + </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> + |
