-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
78 lines (47 loc) · 1.58 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<title>zongmaaza music</title>
<link rel="stylesheet" href="music.css" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<div class="menu">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="">About</a> </li>
<li><a href="">Discover</a></li>
<li><a href="">My Library</a></li>
<li><a href="">news</a></li>
<li><a href="">Contact</a></li>
<li></li>
<li class="user">
<a href="" class="h" >Help</a>
<span>|</span>
<a href=""><h4>Login</h4></a>
<h5 class="signup">Create an account</h5>
</li>
</ul>
<div class="symb">
<h2><font>zong</font>maaza</h2>
</div>
<div>
</div>
<div class="image">
<img src="AR1.jpeg" height="700" width="1700">
</div>
<div class="contents">
<h1><font>Listen </font>to new music</h1>
<h3>Beautiful music is the art of the prophets that can calm the agitations of the soul,
it is one of the most magnificent and delightful presents God has given us.</h3>
<div class="buttons">
<button>Sign in</button>
<a href="start.html"><button class="button2">Start free trial</button><a </a>
</div>
</div>
</div>
</div>
</body>
</html>