summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html49
1 files changed, 22 insertions, 27 deletions
diff --git a/www/index.html b/www/index.html
index 1ec4720..fa3cb54 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,22 +1,4 @@
<!DOCTYPE html>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
<html>
<head>
<meta charset="utf-8" />
@@ -28,14 +10,27 @@
<title>Hello World</title>
</head>
<body>
- <div class="app">
- <h1>Apache Cordova</h1>
- <div id="deviceready" class="blink">
- <p class="event listening">Connecting to Device</p>
- <p class="event received">Device is Ready</p>
- </div>
- </div>
- <script type="text/javascript" src="cordova.js"></script>
- <script type="text/javascript" src="js/index.js"></script>
+ <table>
+ <thead>
+ <tr><th colspan=3>4272 Safety</th></tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><div><a href="./Emergency_Procedure.pdf">Emergency Procedures</a></div></td>
+ <td><div><a href="./PPE_Information.pdf">PPE Information</a></div></td>
+ <td><div><a href="./MSDS.pdf">MSDS</a></div></td>
+ </tr>
+ <tr>
+ <td><div><a href="./First_Aid_Instructions.pdf">First Aid Instructions</a></div></td>
+ <td><div><a href="./report.html">Report an Injury</a></div></td>
+ <td><div><a href="./alert.html">Alert Safety Person</a></div></td>
+ </tr>
+ <tr>
+ <td><div><a href="./Member_Health_Information.pdf">Member Health Information</a></div></td>
+ <td><div><a href="./find.html">Find Safety Mentor</a></div></td>
+ <td><div><a href="./FIRST_Safety_Manual.pdf">FIRST Safety Manual</a></div></td>
+ </tr>
+ </tbody>
+ </table>
</body>
</html>