Created
February 10, 2015 22:16
-
-
Save Mezzle/157f858b5e2ea198cdbc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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