-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (30 loc) · 896 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Website</title>
<link rel="stylesheet" href="CSS/index.css">
</head>
<body>
<h1>My Webstie</h1>
<nav >
<ul>
<li><a ref="index.html">Home</a></li>
<li><a >Google</a></li>
<li><a>Bing<a></li>
<li><a>Yahoo</a></li>
<li><a>Yahoo</a></li>
<li><a>Amazon</a></li>
<li><a>YouTube</a></li>
</ul>
</nav>
<p>
This is a basic website to help allow otherss to put in siomple pull requests to get a fell for them.
The spelling mistaks are on purpose, I am bad at spelling but nt this bad :(.
There will also be some coding mistakes in the source code of this site tooo!
</p>
<h2>Maybe a mistake here too!<h2>
<footer>
An example footter in HTML
</footer>
</body>
</html>