-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.html
20 lines (20 loc) · 1.12 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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='type1.html'" class="custom-btn btn">Начать тестирование<div class="dot"></div></button>
</div>
</div>
</body>
</html>