-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (39 loc) · 1.92 KB
/
index.html
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 lang="ru">
<head>
<link rel="stylesheet" href="resources/global.css">
<link rel="stylesheet" href="resources/index.css">
<link rel="stylesheet" type="text/css" href = "https://csshake.surge.sh/csshake.min.css">
<link rel="shortcut icon" href="resources/img/link.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property = "og:title" content = "Let's Bet?" />
<meta property = "og:description" content = "Кликбейт. Кликбейт. Кликбейт. А вот Вы попробуйте отгадать число от 0 до миллиона" />
<meta property = "og:image" content = "https://github.com/zoodogood/let-s-bet/blob/main/resources/img/link.ico" />
<title>А спорим?</title>
</head>
<body>
<main>
<p>Не веришь..?</p>
<article>
Я утверждаю, что число <pre>от 1 до 1 000 000</pre> можно угадать всего за 150 попыток.
</article>
<hr>
<input title = "Отдай число" inputmode = "numeric" type = "text" maxlength = "7" placeholder = "300 000" style = "display: none;">
<section>
<div class = "button" title = "Жми">
Попытаться оспорить!
</div>
<span>Я итак знаю, что это возможно. И не хочу спорить</span>
</section>
</main>
</body>
<script src = "resources/modules/Util.js"></script>
<script src = "resources/modules/EventEmitter.js"></script>
<script src = "resources/modules/GlitchText.js"></script>
<script src = "resources/modules/LetItSnow.js"></script>
<script src = "resources/global.js" charset = "utf-8"></script>
<script src = "resources/index.js"></script>
<script src = "resources/modules/sideSection.js"></script>
</html>