-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.91 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
<!DOCTYPE html>
<html lang = "en-US">
<head>
<title>dharm home page</title>
<meta http-equiv="Content-Type" Content="text/html"; charset="UTF-8" />
<link type="text/css" rel="stylesheet" href="https://rawgit.com/dharm033075/dharm033075.github.io/master/stylesheet1.css"/>
</head>
<body>
<div Id="maincontainer">
<div Id="header">
<a href=""><img src="trolltunga.jpg" Id="headerpic"/></a>
</div>
<nav Id="horizontalnav">
<ul>
<li><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/index.html">home</a></li>
<li><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/aboutme.html">About me</a></li>
<li><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/contactme.html">Contact Me</a></li>
<li><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/mygallery.html">My Gallary me</a></li>
</ul>
</nav>
<aside Id="rightside">
<center>
<form>
<select id="list">
<option value="#">dropdown list</option>
<option><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/index.html">home</a></option>
<option><a href="https://rawgit.com/dharm033075/dharm033075.github.io/master/aboutme.html">About me</a></option>
<option value="#">first element to select</option>
<option value="#">second element to select</option>
</select>
</form>
</center>
</aside>
<section id="sidesection">
</section>
<footer id="footer"><address><center> dharmraj prajapat</center></address></footer>
</div>
</body>
</html>