-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 1.1 KB
/
index.html
File metadata and controls
35 lines (28 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uma Carnatic Music Learning</title>
<link rel="stylesheet" href="./css/index_styles.css">
</head>
<body>
<div class="index-page">
<div class="index-header">
<div class="header-logo"><img src="./assets/logo.png" alt="Umalavanya Music Logo"></div>
<div class="header-headline"><h1>Carnatic Music Learning</h1></div>
</div>
<div class="index-body">
<nav>
<ul class="home-list">
<li><a href="./pages/carnaticmusictheory.html">Carnatic Music Theory</a></li>
<li><a href="./pages/compositions.html">Compositions</a></li>
<li><a href="./pages/telugumoviesongs.html">Telugu Movies Songs</a></li>
<li><a href="./pages/contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="index-footer"><p>© Umalavanya</p></div>
</div>
</body>
</html>