-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 777 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Главное меню</title>
<link rel="icon" href="./img/favicon.svg">
<link rel="stylesheet" href="main_style.css">
</head>
<body>
<div class="game">
<img id="back" src="./img/rightAndLeft.png" alt="BACK"><span id="l" class="level">Превый уровень</span><img src="./img/rightAndLeft.png" alt="UP" id="up">
</div>
<div class="pr">
<div class="levelAndPlay">
<img id="levelPrew" src="./img/prew_1.jpg" alt="LEVELPRIVEW">
</div>
</div>
<img src="./img/play.png" id="play" alt="PLAY">
<script src="index.js"></script>
</body>
</html>