-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
32 lines (25 loc) · 1010 Bytes
/
music.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="gtag.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music - Aman Kishore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="maincontent">
<h2>Music</h2>
<p class="last-updated"><em>Last updated: July 31, 2024</em></p>
<p>I don't care about music but I also love it.</p>
<p>Some songs amazing but when I try to listen to similar music it just doesn't hit.</p>
<p>I finally figured it out.</p>
<p>My music taste is directly correlated the vibe when I first hear the song.</p>
<p>Any song I listen to while driving in a convertible top-down in Malibu with close friends automatically elevates the song unreasonably.</p>
<p>So really I like the memories.</p>
</div>
<div class="icons">
<a href="index.html">Back to Home</a>
</div>
</body>
</html>