-
Notifications
You must be signed in to change notification settings - Fork 0
/
delivery.html
69 lines (63 loc) · 2.37 KB
/
delivery.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!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">
<title>Document</title>
</head>
<body>
<header>
<nav class="navbar">
<ul class="navbar-left-items">
<li><a href="/menu.html">Меню</a></li>
<li><a href="">Салбар</a></li>
<li><a href="/delivery.html">Хүргэлт</a></li>
</ul>
<ul class="navbar-right-items">
<li><a href="">Сагс</a></li>
<li><a href="">Хэл</a></li>
</ul>
</nav>
</header>
<article class="menu">
<h1 class="menu-title">Хүргэлт</h1>
<a href="beef">
<section class="beef">
<img src="/images/beef.png" alt="beef burger" height="10%" width="10%">
Үхрийн махтай
</section>
</a>
<a href="chicken">
<section class="chicken">
<img src="/images/tahia.png" alt="chicken burger" height="10%" width="10%">
Тахианы махтай
</section>
</a>
<a href="bagts">
<section class="bagts">
<img src="/images/king box.png" alt="bagts" height="10%" width="10%">
Багц
</section>
</a>
<a href="dan">
<section class="dan">
<img src="/images/double bacon king.png" alt="single burger" height="10%" width="10%">
Дан
</section>
</a>
<a href="hachir">
<section class="hachir">
<img src="/images/hachir.png" alt="Hachir" height="10%" width="10%">
Хачир
</section>
</a>
<a href="merch">
<section class="merch">
<img src="/images/merch.png" alt="merch" height="10%" width="10%">
Үхрийн махтай
</section>
</a>
</article>
</body>
</html>