Created
January 24, 2013 20:08
-
-
Save hcliff/4627169 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> | |
<title>The Grammy Awards Nominees</title> | |
<style type='text/css'> | |
body{ | |
padding-top: 25px; | |
padding-bottom: 25px; | |
background: url(http://i.imgur.com/KZnPgRH.jpg) no-repeat; | |
background-size: cover; | |
margin: 0; | |
} | |
#main{ | |
width: 960px; | |
margin: auto; | |
} | |
a{ | |
font-family: helvetica, arial; | |
color: white; | |
letter-spacing: 3px; | |
text-decoration: none; | |
font-size: 30px; | |
text-shadow: 0 2px 1px rgba(0,0,0,0.15); | |
display: block; | |
width: 100%; | |
text-align: center; | |
padding-bottom: 25px; | |
} | |
</style> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
</head> | |
<body> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script> | |
<div id='main'> | |
<script type="text/javascript" id="spling-script"> | |
window.SPLING_URL = 'http://spling.com/app/user/DefJamGrammy/splingboards-widget/defjamgrammy'; | |
</script> | |
<script type="text/javascript" src="http://spling.com/s/g/widget.js"></script> | |
<a href="http://www.islanddefjam.com/default.aspx" title="www.islanddefjam.com/" class="enter">enter site</a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment