-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
23 lines (23 loc) · 1.05 KB
/
menu.html
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="ru">
<head>
<link rel="icon" type="image/jpg" href="bg.jpg">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@1,300&display=swap" rel="stylesheet">
<title>Тесты</title>
</head>
<body>
<div id="heading"><h1 id="text">Наши тесты</h1></div>
<div class="main">
<div class="frame">
<button onclick="location.href='description.html'" class="custom-btn btn">Тест на архетип<div class="dot"></div></button>
</div>
<div class="frame">
<button onclick="location.href='description2.html'" class="custom-btn btn">Тест на схожесть с персонажем<div class="dot"></div></button>
</div>
</div>
</body>
</html>