forked from jkleiber/BBQ-FIRST
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecognition.php
More file actions
45 lines (40 loc) · 1.09 KB
/
Copy pathrecognition.php
File metadata and controls
45 lines (40 loc) · 1.09 KB
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
37
38
39
40
41
42
43
44
45
<html>
<head profile="http://www.w3.org/2005/10/profile">
<title>Acknowledgements<title>
<!--
<link rel="icon"
type="image/png"
href="http://bbqfrc.x10host.com/favicon.png">
<link rel="stylesheet" type="text/css" href="styler.css">
<title>Acknowledgements</title>
</head>
<body>
<div id="container">
<div class="nav">
<a href="index.php" class="nav">
</a>
<a href="help.php" class="nav_txt">
Help
</a>
</div>
!-->
<?php
include('navheader.html');
?>
<br>
<table>
<tr >
<td class="recognize"><img src="http://www.thebluealliance.com/images/tba_blue_lamp_navbar_large.png"></img></td>
<td class="recognize">The Blue Alliance</td>
<td class="recognize"><a href="http://www.thebluealliance.com" class="standard">thebluealliance.com</a></td>
</tr>
</table>
<!--<div><img src="bbqcode.gif"></img></div> -->
<br>
</div>
</div>
<footer class="nav" class="site-footer">
<a href="admin/" class="fstd">Admin</a> - <a href="contact.php" class="fstd">Contact Us</a> - <a href="recognition.php" class="fstd">Acknowledgements</a>
</footer>
</body>
</html>