summaryrefslogtreecommitdiff
path: root/web/index_var.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index_var.html')
-rw-r--r--web/index_var.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/index_var.html b/web/index_var.html
new file mode 100644
index 0000000..8ccbe99
--- /dev/null
+++ b/web/index_var.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <script type="text/javascript" src="jq.js"></script>
+ <script type="text/javascript" src="main_var.js"></script>
+ <link rel="stylesheet" href="base.css">
+ </head>
+ <body>
+ <div id="nojs">
+ <h1>nojs</h1>
+ you do not have javascript available or enabled<br /><br />
+ this site cannot do anything without javascript
+ </div>
+ </body>
+</html>