-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 893 Bytes
/
index.html
File metadata and controls
30 lines (28 loc) · 893 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Growing Crocuses</title>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<h1>Growing Crocuses</h1>
<p class="fancy">Welcome to my webpage.</p>
<p class="fancy">Gardening is a wonderful and useful passtime.</p>
<p class="fancy">Anyone can try growing ornamental pants like the earliest-blooming crocuses.</p>
<hr>
<a href="recommended variety.html">Recommended variety </a>
<br>
<a href="description.html">Description </a>
<br>
<a href="gallery.html">Gallery </a>
<br></br>
<img src="crocus.jpg" alt="crocus" width="600px"/>
<p class="fancy">This is the video with the climbing roses from my garden in 2020.</p>
<video width="400" controls>
<source src="bbb_mov.mp4" type="video/mp4">
<source src="bbb_mov.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
</body>
</html>