-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautism.html
27 lines (27 loc) · 1.06 KB
/
autism.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
<!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>Autism Music</title>
<style>
body{
background-color: black;
color: white;
font-family:'Courier New', Courier, monospace;
text-align: center;
}
a{
color: white;
}
</style>
</head>
<body>
<p>A U T I S M ♥ M U S I C</p>
<p>---</p>
<p><a href="https://open.spotify.com/playlist/33WvDrqHsuffa23oy5IAn5?si=bb031cc5d8634ca9">Introductory Playlist to Autism Music</a><br/>Electronic music mostly.<br/>---</p>
<p><a href="https://open.spotify.com/playlist/7IGFai0iicihXp2tD9zb1T?si=eb54e9551cc743ec">Accustoming Autism Music</a><br/>Folk, Guitar-y music, and Jazz.<br/>---</p>
<p><a href="https://open.spotify.com/playlist/2h2Zy7ILnQ0wBg6zKc7kjS?si=bd3a1072bebb42bc">Embracing Autism Music</a><br/>Put this on shuffle. It will be a trip.</p>
</body>
</html>