-
Notifications
You must be signed in to change notification settings - Fork 0
/
invite.html
47 lines (39 loc) · 1.27 KB
/
invite.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
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="media.css">
<link rel="stylesheet" href="invite.css">
<link rel="stylesheet" href="font.css">
<title>Invite</title>
</head>
<body>
<audio class="mp3" id="audio" controls preload="auto">
<source src="./img/bgmusic.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<div class="invite">
<img src="img/walk.WEBP" alt="" class="karting">
<p class="invite__p">Давай проведем этот день вместе?</p>
<h1 class="question">Ладно?</h1>
</div>
<main class="button__run">
<div class="bg"><input class="yes" type="button" value="Нет"></input>
<input id="noid" class="no" type="button" value="Да"></input>
</div>
</main>
<div class="inviter">
<a href="sms:+998935353200;?&body=Мой ответ:Да)">
<div class="loader">
<div></div>
</div>
</a>
<div class="back__link"><a class="none" href="index.html"><button class="back">Назад</button></a></div>
</div>
</div>
<script src="app.js">
</script>
</body>
</html>