-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (48 loc) · 1.83 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
46
47
48
49
<!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">
<meta name="keywords" content="cats, menu, food, cute">
<meta name="description" content="just some cute fresh lil' kittens :)">
<link rel="stylesheet" href="styles.css">
<title>菜单</title>
</head>
<body>
<div class="container">
<div
class="slide active"
style="background-image: url(https://img2.goodfon.ru/original/1920x1080/1/28/zabavno-smeshno-cat-koshka-kot.jpg);">
<h3>Булка</h3>
</div>
<div
class="slide"
style="background-image: url(https://www.adorablesbetes.com/wp-content/uploads/2020/05/les-chats-ont-peur-des-concombres.jpg);">
<h3>Пирожок</h3>
</div>
<div
class="slide"
style="background-image: url(https://assets.faceit-cdn.net/teams_avatars/b33140d0-c006-4553-9a56-af0849a1148a_1550770479499.jpg);">
<h3>Персик</h3>
</div>
<div
class="slide"
style="background-image: url(https://on-desktop.com/wps/Animals___Cats_Red_Cat_and_tongue_044659_.jpg);">
<h3>Хлебушек</h3>
</div>
<div
class="slide"
style="background-image: url(https://a.d-cd.net/65a1f26s-1920.jpg);">
<h3>Батон</h3>
</div>
<div
class="slide"
style="background-image: url(https://img3.goodfon.ru/original/1920x1080/b/92/kot-koshka-morda-glazischa-ispug.jpg);">
<h3>Буханка</h3>
</div>
</div>
<script src="app.js">
</script>
</body>
</html>