-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hangman</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="background-image" style="background-color: black ">
<section class="onescreen">
<video id="pumpkin-video" src="Bats.mp4" autoplay muted loop></video>
<h1 id="main1">
<span style="color:beige;">H</span>
<span style="color:beige;">A</span>
<span style="color:beige;">N</span>
<span style="color:beige;">G</span>
<span style="color:beige;">M</span>
<span style="color:beige;">A</span>
<span style="color:beige;">N</span>
</h1>
</section>
<!-- <header style="color: beige">Hangman</header> -->
<a href="Levels.html">
<button class="btn">Play Game</button>
</a>
<div class="pumpkin"></div>
<div class="pumpkin"></div>
<div class="pumpkin"></div>
</body>
</html>