Created
September 30, 2012 21:42
-
-
Save Jarvix/3808529 to your computer and use it in GitHub Desktop.
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
<html> | |
<head> | |
<style> | |
html, body { | |
background:#777 url('/img/news-bg.png') repeat -24px 17px; | |
margin:0; | |
padding:0; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
} | |
#top { | |
background: transparent url('/img/side.png') repeat-x; | |
min-height: 300px; | |
padding: 20px 0 0 0; | |
} | |
.article { | |
background: white; | |
padding: 5px; | |
width: 100%; | |
margin: 30px 0 0 0; | |
} | |
.article h1 { | |
margin-top: 0; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="top"> | |
<div class="article" style="margin-top: 80px"> | |
<h1>First alpha release!</h1> | |
<p>Latura is released! Make sure you check out our <a href="http://forums.adanac-entertainment.com/" target="_blank">forums</a> and share your feedback and ideas, as well as to see the latest news on Latura.</p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment