-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.04 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
<DOCTYPE! html>
<html>
<head>
<title>Who is faster?</title>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
<!-- js file -->
<script src="./assets/app.js"></script>
<!-- favicon -->
<link rel="icon" type="image/png" href="assets/images/favicon.png" >
</head>
<body>
<div class="header">
<h3 class="flash_2">Press / to move Barry Allen</h2>
<h1>Who will win the race around the Earth?</h1>
<h3 class="flash_1">Press Z to move Jay Garrick</h2>
</div>
<div class="race">
<img class="flash-run" src="./assets/images/JLU-Flash.png">
</div>
<div class="runner">
<img class="reverse-flash-run" src="./assets/images/jay_garrick_by_dcmediaverse-dafs18j.png">
</div>
<input type="button" value="Rematch?" onClick="window.location.reload()">
</body>
</html>