aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/bootstrap.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/bootstrap.html')
-rw-r--r--static/bootstrap.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/bootstrap.html b/static/bootstrap.html
new file mode 100644
index 0000000..b84f5fc
--- /dev/null
+++ b/static/bootstrap.html
@@ -0,0 +1,19 @@
+<!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>
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></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>