-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.29 KB
/
index.html
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
<html>
<div class = "formb1">
<head>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<title>CRR Scouting Home Page </title>
<link rel= "stylesheet" href="css/default.css" type="text/css">
</head>
<body>
<img src="assets/Scouting4.png" alt="Scouting2.png" width="639" height="200">
<link rel= "/css/default" href="match_entry.css" type="text/css">
<h3><font size = 32>CRR Scouting Homepage 2014</font></h3>
</br>
<span title="Robot Data Submission"><a href = "match_entry.html"><h3>Match Data Submission</h3></span></a>
<span title = "Robot Attributes Submission"><a href = "robot_attributes.html"><h3>Robot Data Submission</h3></a></span>
<span title = "Heatmap Enter"><a href = "heatmap.html"><h3>Heatmap Enter</h3></a></span>
<hr>
<span title = "Main Database"><a href = "match_view.html"><h3>Combined information</h3></a></span>
<span title = "Robot Database"><a href = "php/robot_view.php"><h3>Robot Database Access Page</h3></a></span>
<span title = "Robot Database"><a href = "graph.html"><h3>Tasty Graphs</h3></a></span>
<span title = "Robot Database"><a href = "analysis.html"><h3>Analysis</h3></a></span>
<span title = "Heatmap View"><a href = "heatmap_view.html"><h3>Heatmap View</h3></a></span>
<button type="button" onclick="test()">
</body>
</div>
</html>