-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexplain.html
More file actions
34 lines (34 loc) · 1.15 KB
/
explain.html
File metadata and controls
34 lines (34 loc) · 1.15 KB
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>explain</title>
<link rel="stylesheet" href="newproject.css">
</head>
<body>
<div id="h"><h1>FindIt!!!</h1></div>
<div id="exp" >
<h1 id="h1" style="margin-right: 10vw;margin-left: 8vw; "></h1>
<p>
find it -it's a new game that avital talia and avital
<br> wrote it in acceleration just for you , May you have the most fun
<br> and enjoyment from our game, therefore choose the desired level
and when you enter the game you will see a number
<br> at the top of the page and quickly you will have to find the number
<br> in the given matrix As fast as possible and the more you succeed,
the level will rise during the game,
you will see a timer of the game time
<br>and you will have to win in that time
Good luck! love you :)
</p>
</div >
<div id="playy">
<a href="projectjs.html" id="play">Login</a>
</div>
<script>
let k=localStorage.getItem("name");
document.getElementById("h1").innerHTML=k+":Welcome!";
</script>
</body>
</html>