summaryrefslogtreecommitdiff
path: root/www/index.html
blob: fa3cb54c5ef16052f064a07406b2ce30e3f3ff28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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" />
        <title>Hello World</title>
    </head>
    <body>
        <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>