-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhandsome.html
59 lines (53 loc) · 2.42 KB
/
handsome.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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121935634-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121935634-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>merky.mils - mix.002 - HANDSOME (happy vibes)</title>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1 class="title">
<a href="https://soundcloud.com/merkymils" target="_blank">merky.mils</a>
</h1>
</header>
<div class="container">
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/488963724&color=%23ff5500&auto_play=false&hide_related=true&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
<ol class="tracklist">
<li>Mr. Belt & Wezol, Aevion - One More Day</li>
<li>Charlie Puth - Done For Me ft. Kehlani (Syn Cole Remix)</li>
<li>Sigala - Lullaby ft. Paloma Faith</li>
<li>Galantis & Hook N Sling - Love on Me (Madison Mars Remix)</li>
<li>Said the Sky - Mountains ft. Diamond Eyes</li>
<li>Skogsrå — Out Of Time</li>
<li>Wildfire - Stay The Night</li>
<li>Lemaitre - Machine (Coucheron Remix)</li>
<li>Ed Sheeren - Happier (Kasbo Remix)</li>
<li>HONNE - Day 1 ◑</li>
<li>Alan Walker - All Falls Down (Wild Cards Remix)</li>
<li>Kap Slap - If We Were Alone (The Astrays Remix)</li>
<li>Cheat Codes - Feels Great ft. Fetty Wap & CVBZ</li>
<li>Two Friends - Just A Kid ft. Kevin Writer (MIKEY C Remix)</li>
<li>Lost Kings - First Love ft. Sabrina Carpenter</li>
<li>Manilla Killa - Everyday, Everyday ft. Nevve</li>
<li>White Panda - Hands On Me ft. Loote</li>
<li>WALK THE MOON - One Foot (The White Panda Remix)</li>
<li>Two Friends - While We’re Dreaming ft. Kevin Writer</li>
</ol>
</div>
<footer>
<span>Chris Banh | </span>
<a href="mailto:chris@chrisbanh.com">Contact Me</a>
</footer>
</body>
</html>