summaryrefslogtreecommitdiff
path: root/www/alert.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-25 11:06:59 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-25 11:06:59 -0500
commit4a62fe6388e75ed11f61dab23c63721fa52aa54e (patch)
tree3aa0e340e339d8cd2be3ea3fcd3e508f1fac61cb /www/alert.html
parent16dbb6d67620fd86adc44dfd704a5f590eaf8348 (diff)
Stuff
Diffstat (limited to 'www/alert.html')
-rw-r--r--www/alert.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/alert.html b/www/alert.html
new file mode 100644
index 0000000..14195e9
--- /dev/null
+++ b/www/alert.html
@@ -0,0 +1,19 @@
+<!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</title>
+ </head>
+ <body id="alert">
+ <h1>Safety Committee Members</h1>
+ <a href="tel:+1-260-519-2905">Adi</a>
+ <a href="tel:+1-765-421-2086">Cassie</a>
+ <a href="tel:+1-???-???-????">Hunter</a>
+ </body>
+</html>