summaryrefslogtreecommitdiff
path: root/www/checklists.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/checklists.html.in')
-rw-r--r--www/checklists.html.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/checklists.html.in b/www/checklists.html.in
new file mode 100644
index 0000000..b12f7a3
--- /dev/null
+++ b/www/checklists.html.in
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="format-detection" content="telephone=no" />
+ <meta name="msapplication-tap-highlight" content="no" />
+ <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
+ <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
+ <link rel="stylesheet" type="text/css" href="css/index.css" />
+ <script src="cordova.js"></script>
+ <title>FRC Team 4272 Safety - Pit Checklists</title>
+ </head>
+ <body id="msds">
+ <header>
+ <nav><a href="./index.html">«</a></nav>
+ <h1>Pit Checklists</h1>
+ </header>
+ @list@
+ </body>
+</html>