-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modified Home Page</title>
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="first" onclick="location.href='first_page.html';">
<p> <a href="first_page.html">My Bio </a> </p>
</div>
<div class="second" class="first" onclick="location.href='passphoto.JPEG';">
<p> <a href="passphoto.JPEG">My Photo</a> </p>
</div>
<div class="third" class="first" onclick="location.href='Education_History.html';">
<p> <a href="Education_History.html">My Education History</a></p>
</div>
<div class="fourth" class="first" onclick="location.href='hobbies.html';">
<p> <a href="hobbies.html">My Hobbies</a></p>
</div>
<div class="fifth" class="first" onclick="location.href='contactform.html';">
<p> <a href="contactform.html">Contact Me</a></p>
</div>
</body>
</html>