forked from phoebe-leong/phoebe-leong.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.html
25 lines (21 loc) · 799 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>music</title>
</head>
<body>
<h1>ph3b3's music.</h1>
<section>
<p>Ph3b3 has a few music projects independent of each other.</p>
<ul>
<li><a href="https://lilypunk.bandcamp.com/" target="_blank">lilypunk</a></li>
<li><a href="https://open.spotify.com/artist/3SrjfJIViQyRde5XPUVOV6?si=ifUUyH_PRFeoBIIa7mkYoQ" target="_blank">ph3be.</a></li>
<li><a href="https://neondreamscape-exe.bandcamp.com/" target="_blank">NeonDreamscape.exe</a></li>
<li><a href="https://soundcloud.com/ph3b3" target="_blank">ph3b3</a></li>
</ul><br>
</section>
</body>