-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.02 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<html lang="bg">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/startStyle.css" rel="stylesheet" type="text/css">
<title>Bulls and Cows</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
</head>
<body>
<div class="wrapper">
<div class="imgDiv">
<img src="img/text.png" alt="cowImage" />
</div>
<div>
<a href="start.html" class="playButton" alt="start">Guess It!</a>
</div>
<div class="infoBtn">
<a href="rules.html" class="rules left">Rules</a>
<a href="about.html" class="howToPlay right">About the game</a>
</div>
<div class="myInfo">
<p>© 2022 <a href="yuchormanski@gmail.com" type="email">yuchormanski@gmail.com</a></p>
</div>
</div>
</body>
</html>