-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (46 loc) · 1.65 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
<!DOCTYPE html>
<html style="font-size: 16px;">
<head>
<title>SCOOKER</title>
<script data-ad-client="ca-pub-2905779375600394" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body bg="#FCF6F5">
<header>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/button.css">
</header>
<div align="center">
<img src="images/scooker_v3.png" alt="No Image Found" width="70%"><br>
<a class="team" href="team.html"><b>_TEAM SCOOKER_</b></a>
<br><br><br>
<hr size="4px" color="darkcyan" width="80%">
<br><br>
<button type="button" class="button color" id="shock" onclick="location.href='/shock.html'">
PROTOTYPE 1
<br>
SHOCK→
</button>
<button type="button" class="button color" id="gyro" onclick="location.href='/gyro_graph.php'">
PROTOTYPE 2
<br>
GYRO→
</button>
<button type="button" class="button color" id="convol" onclick="location.href='mark3/convol_graph.php'">
PROTOTYPE 3
<br>
CONVOL →
</button>
<br><br>
<button type="button" class="button dark" id="test" onclick="location.href='/test/test_list.html'">
TEST
</button>
<button type="button" class="button dark" id="test" onclick="location.href='/python/python_test.html'">
PYTHON
</button>
<br><br><br>
<button type="button" class="button demo" id="test" onclick="location.href='/demo/setup.php'">
DEMO
</button>
</div>
</body>
</html>