-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.html
More file actions
45 lines (44 loc) · 1.36 KB
/
Copy pathmain.html
File metadata and controls
45 lines (44 loc) · 1.36 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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<title>Brain Game-1</title>
</head>
<body>
<div class="guessd">
<img class="img" src="img/ia.JPG" />
<h2>09 . June . 2021</h2>
<h1>GUESS THE NUMBER</h1>
<p>
This is a Solo-player brain game for you...<br />
Enjoy playing and look for instructions for help.
</p>
<div class="inside">
<button class="but but1">INFO<span> ></span></button>
<button class="but">
<a href="html/guess.html">PLAY GAME<span> ></span></a>
</button>
</div>
</div>
<div class="guessd div2">
<img class="img" src="img/ib.JPG" />
<h2>09 . June . 2021</h2>
<h1>GUESS THE NUMBER</h1>
<p>
This is a Two-player brain game for you...<br />
Enjoy playing and look for instructions for help.
</p>
<div class="inside">
<button class="but but1 but2">INFO<span class="two"> ></span></button>
<button class="but but2">
<a href="html/pig.html">PLAY GAME<span class="two"> ></span></a>
</button>
</div>
</div>
</body>
</html>