diff options
Diffstat (limited to 'public/src/index.html')
| -rw-r--r-- | public/src/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/src/index.html b/public/src/index.html new file mode 100644 index 0000000..215dd8f --- /dev/null +++ b/public/src/index.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="description" content="networkheaven forum"> + <meta name="viewport" content="user-scalable=yes"> + <title>forum.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="icon" href="data:image/png;base64,iVBORw0KGgo="> + <noscript> + <link rel="shortcut icon" href="/static/icon.ico" type="image"> + </noscript> + </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;">forum.networkheaven.net</h3> + <div> + you need javascript to use this website + </div> + </noscript> + </div> + </div> + </body> +</html> + |
