-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfall.html
More file actions
34 lines (32 loc) · 882 Bytes
/
Copy pathfall.html
File metadata and controls
34 lines (32 loc) · 882 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fall Flowers</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<div class="banner">
</div>
<div class="container">
<h1>Fall Flower Blooming Schedule</h1>
<ul>
<li><strong>September</strong> -Colchicum, Crocusmia, Nerine
<li><strong>October</strong> -Gladiolus murielae, Cyclamen hederiforium
<li><strong>November</strong> -Hesparantha, Alstroemerias
</ul>
</div>
</div>
<div class="footer">
<div class="container">
<p>A SkyeHook Design</p>
</div>
</div>
</div>
</div>
</body>
</html>