-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJavaScript Game.htm
56 lines (40 loc) · 1.22 KB
/
JavaScript Game.htm
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
50
51
52
53
54
55
56
<!DOCTYPE html>
<!-- saved from url=(0060)file:///Users/mac/Documents/JavaScript%20Game/index.html#top -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>JavaScript Game</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./JavaScript Game_files/style.css">
<link rel="stylesheet" href="./JavaScript Game_files/css">
<script src="./JavaScript Game_files/game.js"></script>
<style>
body, html {
height: 100%;
font-family: "Inconsolata", sans-serif;
}
.bgimg {
background-position: center;
background-size: cover;
background-image: url("675851.jpg");
min-height: 10%;
}
.menu {
display: none;
}
.opacity-clear {
opacity: 0.7;
}
</style>
</head><body>
<!-- Links (sit on top) -->
<div class="w3-top">
<div class="w3-row w3-padding w3-black">
<div class="w3-col s3">
<a href="file:///Users/mac/Documents/JavaScript%20Game/index.html#top" class="w3-button w3-block w3-black"><script type="javascript">
window.location.reload();</script>RESTART</a>
</div>
</div>
<main></main>
<div id="game" class="game center"></div>
<div id="character"></div>
<div id="block"></div>
</div>
</body></html>