-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (53 loc) · 1.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html >
<HTML lang="en">
<HEAD>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<TITLE>Bananasite</TITLE>
<link rel="stylesheet" href="mystyle.css">
</HEAD>
<BODY>
<div class="container">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="mysecond.html">Monkey Video</a>
</li>
<li><a href="mythird.html">Banana Images</a>
</li>
<li><a href="#">Great Links⮟</a>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Banana">Banana Wiki</a></li>
<li><a href="https://www.healthline.com/nutrition/11-proven-benefits-of-bananas">Bananas healthy</a>
</li>
<li><a href="https://www.foxnews.com/food-drink/deadly-spider-bananas-grocery-store-family">Spiders
in Bananas</a></li>
</ul>
</li>
</ul>
</nav>
<main><h1> It's all about bananas!</h1>
<h2>Bananas are oh so very healthy</h2>
<p>They are very rich on micro-nutrients.</p>
</main>
<div id="sidebar">
<video autoplay loop muted>
<source src="media/palmtrees.mp4" type="video/mp4">
</video>
<div id="sidebartext"><h6>Video by Cinema Professionals from Pexels</h6></div>
</div>
<div id="content1"><h3><br><br><span>Here is a dish you should try:</span></h3></div>
<div id="content2"><h3>Banana omelette:</h3>
<p> Mash some bananas.<br>
Put into a pan with coconut oil and heat.<br>
Add eggs - about 3 eggs per banana, and also add some lemon.
<p>
<h5> DONE!</h5>
</div>
<div id="content3"><br><br><br>Greg likes bananas<br>
it is what it is...
</div>
<footer><br><br><h2>Things that are GREAT about Bananas</h2></footer>
</div>
</BODY>
</HTML>