-
Notifications
You must be signed in to change notification settings - Fork 1
/
About the website.html
26 lines (26 loc) · 1.13 KB
/
About the website.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About The Website</title>
<link rel="website icon" type="png" href="logo.png" />
<link rel="stylesheet" href="style2.css" />
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="text-box">
<h1 class="heading-primary1">
<span class="heading-primary-main1">About The Website</span>
</h1>
</div>
<div class="paragraph-box">
<p class="heading-primary">
<span class="heading-primary-main">This website is made with the sole purpose of making and mixing your Song...your playlist right here without any inconvience of any sort.
I as the developer of this website do wish from the bottom of my heart that you will face no issues while interacting with my simple project in any way whatsoever!.
Enjoy listening to Y0urSong-Your Music Your Way!</span>
</p>
</div>
</body>
</html>