-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.7 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 1.7 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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<h1>Our menu</h1>
<section id="box1">
<h2>Pizza</h2>
<p>
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by injected
humour, or look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there
isn't anything hidden in the middle of text.
</p>
</section>
<section id="box2">
<h2>Burger</h2>
<p>
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by injected
humour, or look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there
isn't anything hidden in the middle of text.
</p>
</section>
<section id="box3">
<h2>Pasta</h2>
<p>
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by injected
humour, or look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there
isn't anything hidden in the middle of text.
</p>
</section>
</body>
</html>