-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (38 loc) · 1.07 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<HTML>
<head>
<title> FalconX Robotics </title>
<meta charset="UTF-8>
<meta name="description" content="Official website of the CPHS robotics team."
</head>
<body>
<style> h1 { color: white; background-color: black } </style>
<DIV ALIGN=CENTER> <h1> FalconX Robotics </h1> </DIV>
<DIV ALIGN=CENTER> <img src="
https://falconxrobotics777439349.files.wordpress.com/2018/06/cropped-ok_its_really_really_finally_done_like_for_good.png" height="125" width="205.5">
</body>
<h2>
<p> Welcome to the official website for the CPHS FalconX Robotics Team. <p>
</h2>
<div style="border:solid 1px #000000;">
<p>
We create a robot each year to compete in the international FIRST Robotics Compititions.
</p>
</div>
<p></p>
<hr>
<p> </p>
<table>
<caption>Contact</caption>
<tr>
<th>Email</th>
<th>Instagram</th>
</tr>
<tr>
<td>[email protected]</td> <td>@FalconXRobotics</td>
</tr>
</table>
</div>
<style> h6 { color: white; background-color: gray } </style>
<DIV ALIGN=CENTER> <h6> Created by the FalconX Robotics Website Team, 2018. </h6> </DIV>
</HTML>