From f4dbd7e0a7067e96b2db143171b06d0a127643cc Mon Sep 17 00:00:00 2001 From: Colin Okay <colin@cicadas.surf> Date: Thu, 27 Oct 2022 09:11:49 -0500 Subject: Add: static directory --- static/boot.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static/boot.html (limited to 'static/boot.html') diff --git a/static/boot.html b/static/boot.html new file mode 100644 index 0000000..9e19839 --- /dev/null +++ b/static/boot.html @@ -0,0 +1,17 @@ +<!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 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> -- cgit v1.2.3