Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<title>Wappy Flanker</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@-webkit-keyframes bg-visual {
0% { background-color: #100; }
49% { background-color: #101; }
50% { background-color: #100; }
99% { background-color: #101; }
100% { background-color: #100; }
}
@-moz-keyframes bg-visual {
0% { background-color: #101; }
49% { background-color: #100; }
50% { background-color: #101; }
99% { background-color: #100; }
100% { background-color: #101; }
}
@keyframes bg-visual {
0% { background-color: #100; }
49% { background-color: #101; }
50% { background-color: #100; }
99% { background-color: #101; }
100% { background-color: #100; }
}
body {
-webkit-animation: bg-visual 1s infinite;
-moz-animation: bg-visual 1s infinite;
animation: bg-visual 1s infinite;
}
</style>
<body>
<p style="text-align:center;"><img src="https://imgur.com/vMV8Pff.png" alt="Wappy Flanker"></p>
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<iframe width="100%" height="450" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1055786587%3Fsecret_token%3Ds-q1n8vHiJxfD&color=%23b57733&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/wappy-flanker" title="Wappy" target="_blank" style="color: #cccccc; text-decoration: none;">Wappy</a> · <a href="https://soundcloud.com/wappy-flanker/sets/songs/s-q1n8vHiJxfD" title="Songs" target="_blank" style="color: #cccccc; text-decoration: none;">Songs</a></div>
<p style="text-align:center;"><img src="https://i.imgur.com/lc9Zc5q.png" alt="Youtube Live"></p>
<p style="text-align:center;"><iframe width="1280" height="720" style="vertical-align:middle;" src="https://www.youtube.com/embed/live_stream?channel=UCdsy-mnXHfbxgyP2gGftPKw" frameborder="0" allowfullscreen></iframe></p>
</div>
<script id="godaddy-security-s" src="https://cdn.sucuri.net/badge/badge.js" data-s="2029" data-i="ebee196d248f31983d8250b4083790f9869fa19465" data-p="r" data-c="d" data-t="g"></script>
</body>
</html>