-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 963 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 963 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to my world!!!</title>
</head>
<body>
<ul>
<li><a href="http://www.google.com">Teh Google</a></li>
<li><a href="http://www.yahoo.com">Yahoo!</a></li>
<li><a href="http://www.twitter.com">Twitter</a></li>
<li><a href="http://www.facebook.com">Facebook</a></li>
</ul>
<img src="images/tool.jpg" width="300" title="Tool">
<img src="images/redbaraat.jpg" width="300" title="Red Baraat">
<img src="images/andrewbird.jpg" width="300" title="Andrew Bird">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</body>
</html>