-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 870 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Try out the famous croissant in town" />
<link rel="stylesheet" href="/css/styles.css" />
<title>Croissant</title>
<meta name="description" content="Taste the best croissant in town">
</head>
<body>
<h1>🥐 Croissant</h1>
<p>
A croissant is a buttery, flaky, viennoiserie pastry of Austrian origin,
named for its historical crescent shape. Croissants and other viennoiserie
are made of a layered yeast-leavened dough
</p>
<footer>
<a href="/" title="Home"> Homepage</a>
<a href="/photo.html" title="croissant photo"> Photo</a>
<a href="/contact.html" title="contact croissant.com"> Contact</a>
</footer>
</body>
</html>