-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (30 loc) · 1013 Bytes
/
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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=ZCOOL+KuaiLe&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
<title>SEwEr SuRFeR</title>
<style>
</style>
</head>
<body class="bod">
<div class="container">
<div class="score w3-container w3-center w3-animate-right"></div>
<div class="game">
<div class="startScreen w3-container w3-center w3-animate-left">Fear tHe SewEr
</br>
<button class="butt" type="button">Click to Enter</button>
</div>
<div class="gameArea"></div>
</div>
</div>
</body>
<script type = "text/javascript" src="index.js">
</script>
<!--
-->
</html>