aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/debug.html
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-10-27 09:11:49 -0500
committerColin Okay <colin@cicadas.surf>2022-10-27 09:11:49 -0500
commitf4dbd7e0a7067e96b2db143171b06d0a127643cc (patch)
tree106cf8c1e29a269d1af5047dfa7aeeb33402f1d5 /static/debug.html
parentd864d1b629046ba4a8b85c07f2ed7f80fc9721b4 (diff)
Add: static directory
Diffstat (limited to 'static/debug.html')
-rw-r--r--static/debug.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/debug.html b/static/debug.html
new file mode 100644
index 0000000..26e6c6f
--- /dev/null
+++ b/static/debug.html
@@ -0,0 +1,18 @@
+<!doctype HTML>
+<HTML>
+ <HEAD>
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+ <meta http-equiv="Pragma" content="no-cache" />
+ <meta http-equiv="Expires" content="0" />
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <script src="/js/jquery.min.js" type="text/javascript"></script>
+ <script>var clog_debug = true;</script>
+ <script src="/js/boot.js" type="text/javascript"></script>
+ <noscript><%= (@ meta) %></noscript>
+ </HEAD>
+<BODY>
+ <noscript><%= (@ body) %></noscript>
+</BODY>
+<noscript>Your browser must support JavaScript and be HTML 5 compilant to see this site.</noscript>
+</HTML>