-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (68 loc) · 2.23 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> welcome to gaga maxwell website</title>
</head>
<body>
<nav>
<a href="/">Logo</a>
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
<li>
<a href="service.html">our services</a>
</li>
<li>
<a href="contact.html">contact us</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
</ul>
</nav>
<h1> welcome to gaga maxwell website</h1>
<b>The history of Nigeria can be traced to the earliest</b>
<strong>inhabitants whose remains date from a</strong>
<br> <br> <br>
<i>t least 13,000 BC through early civilizations such as the Nok ...</i>
Early history · Economic history · Before 1500 · 1500–1800
People also ask
What is the history of Nigeria?
<del>A brief overview and history of Nigeria | Britannica
</del>
<mark>The area began to come under British control in 1861</mark>
<br> <br> <br> <br>
<ins> Nigeria gained independence in 1960 and became a republic in 1963
<br> <br> <br> <br>
</ins>
. Ethnic strife soon led to military
<sub>coups, and military groups ruled the country from 1966 to 1979 and from 1983 to 1999.</sub>
<sup>coups, and military groups ruled the country from 1966 to 1979 and from 1983 to 1999.</sup>
<h2> this is a list of fruits</h2>
<ol>
<li>apple</li>
<li>mango</li>
<li>water melon</li>
<li>pear</li>
<li>lemon</li>
<li>pineapple</li>
</ol>
<ul>
<li>apple</li>
<li>mango</li>
<li>water melon</li>
<li>pear</li>
<li>lemon</li>
<li>pineapple</li>
</ul>
<p>this is my facebook link</p>
<a href="https://.com/facebook/iamewomazinomawaxwellokpozo.com">facebook</a>
<br> <br> <br> <br> <br> <br> <br> <br>
</body>
</html>