Skip to content

Instantly share code, notes, and snippets.

@Mezzle
Created February 10, 2015 22:16
Show Gist options
  • Save Mezzle/157f858b5e2ea198cdbc to your computer and use it in GitHub Desktop.
Save Mezzle/157f858b5e2ea198cdbc to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="http://nerdcubedservers.co.uk/wp-content/themes/parabola/style.css" />
<style>
#title {
color: white;
margin: 10px auto;
font-size: 60px;
display: block;
width: 25%;
padding-right: 100px;
}
</style>
</head>
<body>
<div id="title"><img src="http://nerdcubedservers.co.uk/wp-content/uploads/2015/02/Logo.png"></div>
<video autoplay="" loop="" poster="http://ddokjqifba1qs.cloudfront.net/assets/globe.jpg" id="bgvid">
<source id="bgvid_webm" src="http://ddokjqifba1qs.cloudfront.net/assets/globe.webm" type="video/webm">
<source id="bgvid_mp4" src="http://ddokjqifba1qs.cloudfront.net/assets/globe.mp4" type="video/mp4">
</video>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment