blob: 2b461c56a40543b1d16492a7e5c9bd1abbcb88e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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">
<header>
<nav><a href="./index.html">«</a></nav>
<h1>Safety Committee Members</h1>
</header>
<a href="tel:+1-260-519-2905">Safety Mentor - Adi</a>
<a href="tel:+1-765-607-3141">Co-Safety Captain - Josh</a>
<a href="tel:+1-765-491-8633">Co-Safety Captain - Braydon</a>
<a href="tel:+1-765-491-1957">Shop Safety Supervisor - Hunter</a>
</body>
</html>
|