-
Notifications
You must be signed in to change notification settings - Fork 0
/
interests.html
40 lines (34 loc) · 1.03 KB
/
interests.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>
<head>
<title>My interests</title>
<link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Capriola' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
</style>
</head>
<body>
<div id="topbar">
<div id="logo">
<img src="images/favicon.png" />
</div>
<div id="topmenu">
<ul>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="edu.html">Education</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
<div id="main">
<h1 class="introh1">
<br><br>Sorry, this page is under construction 😑
</h1>
</div>
<footer class="foot"><center> © Copyright Srimahn V 2020</center></footer>
</body>