-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
37 lines (32 loc) · 1.4 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
34
35
36
37
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Любовь - это не шутка</title>
<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=Comic+Neue:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" href="favicone/favicon.png" type="image/png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card" id="card">
<div class="stamp">СРОЧНО!!</div>
<h1>ПОЙДЕШЬ СО МНОЙ НА СВИДАНИЕ???</h1>
<div class="subtitle">(м? <3)</div>
<marquee scrollamount="4">★彡 отказ не принимается ⁙ жми ДА ⁙ или.. А у тебя и так выбора нету彡★</marquee>
<div class="buttons" id="buttonsWrap">
<button id="yesBtn">ДА!!</button>
<button id="noBtn">неа</button>
</div>
<div class="counter" id="counter"></div>
<div class="result-screen" id="resultScreen">
<div class="result-emoji" id="resultEmoji">🎉</div>
<div class="result-text" id="resultText">Я ТАК И ДУМАЛ, хах :3</div>
<div class="result-sub">пиши куда и когда, го</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>