generated from MichaelBarney/LinkFree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (33 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="robots" content="noindex,nofollow" /> <title>Redirecting...</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/avatar.ico" type="image/x-icon" />
<script type="text/javascript">
window.location.href = "https://beacons.ai/amplifi";
</script>
</head>
<body>
<div class="container">
<div class="content">
<img id="userPhoto" src="img/avatar.png" alt="User Photo">
<h1><a href="https://www.instagram.com/amplifi.music/" id="userName" rel="noopener">@amplifi.music</a></h1>
<p>i make music, mom says im good</p>
<div id="links">
<a class="link" href="https://musicwall.app/amplifi" rel="noopener">📑 Resumé/Timeline (for professionals)</a>
<a class="link" href="https://amplifi-beats.redbubble.com" rel="noopener">🛒 Redbubble - Buy Merch</a>
<a class="link" href="https://www.youtube.com/channel/UC7CD1VpWJqRLZqwx7Wrn32Q" rel="noopener">📺 Youtube - Videos/Streams</a>
<a class="link" href="https://audius.co/amplifi" rel="noopener">🎵 Auduis - Music</a>
<a class="link" href="https://open.spotify.com/artist/293ObqDnXHo60c0Odi6Zxk?si=Adr-SySEQuuc96Kq41ip9A&dl_branch=1" rel="noopener">🎙 Spotify - Music</a>
<a class="link" href="https://www.tiktok.com/@amplifimusic" rel="noopener">📻 TikTok - Memes/WIP/Snippets</a>
<a class="link" href="https://github.com/Amplifi-Beats" rel="noopener">👩💻 Github - Code</a>
<a class="link" href="https://distrokid.com/hyperfollow/amplifi/tacenda" rel="noopener">TACENDA [new song!]</a>
<!-- <img class="code" src="img/code.png" height="100%"></img> -->
</div>
</div>
</div>
</body>
</html>