-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp3.html
41 lines (37 loc) · 1.39 KB
/
p3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="../media/logo_icon.png">
<link rel="stylesheet" href="../css/html5reset.css">
<link rel="stylesheet" href="../css/style.css">
<title>Team 01 - RobKart</title>
</head>
<body>
<header>
</header>
<main>
<div class="controls">
<img class="logo" src="../media/rob2.gif">
<button id="load_game" class="load_game">Load Game</button>
<p id="start_game_p" class="remove"></p>
<button id="start_game" class="load_game mt remove">Start Game</button>
<button id="reload_game" class="load_game mt remove">Reload Game</button>
<h1 class="no_landscape">Change orientation to landscape!</h1>
<p id="start_game_p_inverse" class=""></p>
</div>
<div class="media">
<video id="videogame" class="video" autoplay="false" loop="true">
<source id="videosource" src="../media/11-22-2021_umich_rob201_p3_video_mario-kart_intro.mp4" type="video/mp4">
</video>
</div>
</main>
<footer>
</footer>
<script src="../js/script.js"></script>
</body>
</html>