-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0"
crossorigin="anonymous"
/>
<link href="./css/style.css" rel="stylesheet" />
<link rel="shortcut icon" href="./image/icon.gif" type="image/x-icon" />
<title>Increase Reaction Time | @withrvr</title>
</head>
<body>
<div class="container p-5 text-center">
<img
src="./image/icon.gif"
alt="Increase Reaction Time Logo Picture"
class="p-4"
width="200px"
/>
<h1>Increase Reaction Time</h1>
<div class="d-grid gap-3 col-lg-6 mx-auto my-4">
<a class="btn btn-outline-primary" href="./html/Game1.html">
Game 1
</a>
<a class="btn btn-outline-primary" href="./html/Game2.html">
Game 2
</a>
</div>
<footer>
Make with ❤️ by
<a
class="text-decoration-none"
href="https://github.com/withrvr"
>@withrvr</a
>
</footer>
</div>
</body>
</html>
<br />