Created
April 9, 2021 02:54
-
-
Save ericlewis/3d0d3399c551f4f7db3ba81d0d4b94e7 to your computer and use it in GitHub Desktop.
softwarejameson.dance - feel free to make this responsive and better overall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<style type="text/css"> | |
body { | |
width: 100%; | |
height: 100%; | |
position: absolute; | |
background-color: black; | |
top: 0%; | |
left: 0%; | |
} | |
.column { | |
float: left; | |
width: 33.33%; | |
} | |
</style> | |
<body> | |
<div> | |
<div class="column"> | |
<video | |
preload="auto" | |
autoplay | |
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg" | |
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&descending=true" type="application/x-mpegURL" | |
muted | |
/> | |
</div> | |
<div class="column"> | |
<video | |
preload="auto" | |
autoplay | |
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg" | |
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&descending=true" type="application/x-mpegURL" | |
/> | |
</div> | |
<div class="column"> | |
<video | |
preload="auto" | |
autoplay | |
poster="https://pbs.twimg.com/ext_tw_video_thumb/1380336630381301760/pu/img/Pgz5JX2BGzdi6ZW2.jpg" | |
src="https://video.twimg.com/ext_tw_video/1380336630381301760/pu/pl/z2Ho9qcKQafnbJ94.m3u8?tag=12&descending=true" type="application/x-mpegURL" | |
muted | |
/> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment