-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (30 loc) · 962 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
<!DOCTYPE html>
<html>
<head>
<title>MS Gopalakrishnan</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">Media</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Welcome to the audio repository of <em>MS Gopalakrishnan</em></h1>
<p>Here you can listen, download and share the concerts of <em>MS Gopalakrishnan</em>. <a href="/about">Read more about MSG's life...</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:canopusx@vivaldi.net">Contact Developers</a></li>
<li><a href="https://https://github.com/SriramaKumar">Source Repository</a></li>
</ul>
</footer>
</body>
</html>