-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.47 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
<!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>🥐Home - croissant.com</title>
<link rel="stylesheet" href="src/styles.css" />
</head>
<body>
<h1>🥐CROISSANT</h1>
<p>
Croissant is a buttery, flaky, viennoiserie pastry inspired by the shape
of the Austrian kipferl but using the French yeast-leavened laminated
dough. Croissants are a common part of a continental breakfast in many
European countries. Uncooked croissant dough can also be wrapped around
any praline, almond paste, or chocolate before it is baked, or sliced to
include sweet or savoury fillings. It may be flavored with dried fruit
such as sultanas or raisins, or other fruits such as apples. In France and
Spain, croissants are generally sold without filling and eaten without
added butter, but sometimes with almond filling.
</p>
<div class="nav">
<a
href="index.html"
class="navigation-link"
title="Homepage croissant.com"
>Home</a
>
<a
href="photo.html"
class="navigation-link"
title="Photo gallery croissant.com"
>Gallery</a
>
<a
href="contact.html"
class="navigation-link"
title="Contacts croissant.com"
>Contact us</a
>
</div>
</body>
</html>