diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-25 11:06:59 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-25 11:06:59 -0500 |
commit | 4a62fe6388e75ed11f61dab23c63721fa52aa54e (patch) | |
tree | 3aa0e340e339d8cd2be3ea3fcd3e508f1fac61cb /www/PPE_Information.html | |
parent | 16dbb6d67620fd86adc44dfd704a5f590eaf8348 (diff) |
Stuff
Diffstat (limited to 'www/PPE_Information.html')
-rw-r--r-- | www/PPE_Information.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/www/PPE_Information.html b/www/PPE_Information.html new file mode 100644 index 0000000..d26af6e --- /dev/null +++ b/www/PPE_Information.html @@ -0,0 +1,40 @@ +<!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="ppe"> + <h1>PPE Information</h1> + Safety glasses assignments: + <ul> + <li>1: Cassie Alsop</li> + <li>2: Eric Jacoby</li> + <li>3: Jeremiah Kemp</li> + <li>4. Michael Hoover</li> + <li>5. AnnaLaura Nufer</li> + <li>6. Nicole Whittle</li> + <li>7. Hunter Greene</li> + <li>8. Juan Salazar</li> + <li>9. Elizabeth Snyder</li> + <li>10. Mason Wilson</li> + <li>11. Evan Easton</li> + <li>12. Adi Ben-Yehoshua</li> + <li>13. Jared Heller</li> + <li>14. Mitchell Jorczak</li> + <li>15. Veronica Shaffer</li> + <li>16. Catherine Spyr</li> + <li>17. Luke Shumaker</li> + <li>18. Same Cook</li> + <li>19. Josh Chang</li> + <li>20. Jason Ang</li> + <li>21. Cole Griffin</li> + </ul> + </body> +</html> |