-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1002 Bytes
/
index.html
File metadata and controls
39 lines (39 loc) · 1002 Bytes
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
<html>
<head>
<title>AZ Lyrics Home Page</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css"
href="assets/styles/main.css">
<link rel="stylesheet" type="text/css"
href="assets/styles/index.css">
</head>
<body>
<nav>
<div id="logo">
<a href="index.html">
<img src="assets/icon/logo.png"
alt="AZlogo"
style="width:75px;height:75px;border:0;"/>
</a>
</div>
<div id="Top-Bar">
<a id="option" href="index.html">Home</a>
<a id="option" href="artists.html">Artists</a>
<a id="option" href="lyrics.html">Lyrics</a>
<a id="option" href="search.html">Search</a>
</div>
</nav>
<div id="Title">
<p>Welcome to <br>
AZ Lyrics</p>
</div>
<div id="Slogan">
<p>The destination for All<br>
your lyircal needZ</p>
</div>
<!-- <div>
<a href="index.html#topartist">
<img src="assets/icon/arrow.png"></a>
</div> -->
</body>
</html>