-
Notifications
You must be signed in to change notification settings - Fork 0
/
loose.html
33 lines (26 loc) · 1004 Bytes
/
loose.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Oh Snap!</title>
<link rel="stylesheet" href="./css/whole.css" />
<link rel="stylesheet" href="./css/loose.css" />
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="./index.html" id="about">START</a>
<a href="./game.html" id="blog">GAME</a>
</div>
<div class="game__page">
<video class="game__video" src="./video/Matrix - 25695.mp4" autoplay loop muted></video>
<div class="game__screen">
<img class="loose__img1" src="./css/m.png" alt="ItalianTrulli">
<img class="loose__img" src="https://media.giphy.com/media/69C6BW1B5zxlHtI5Vb/giphy.gif" alt="Italian Trulli" width="900" height="600" vertical-align: top>
<br>
<br>
<h1> 😔You Failed to Guess your Next Clue!!</h1>
</div>
</div>
</body>
</html>