sorry for partying
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> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Sorry, the demo is over</title> | |
<style type="text/css"> | |
html { background: #efefef; } | |
body { | |
width: 100%; | |
max-width: 500px; | |
margin: auto; | |
font-size: 20px; | |
background: #fff; | |
padding: 40px; | |
border-right: 2px solid #ddd; | |
border-bottom: 2px solid #ddd; | |
margin-top: 40px; | |
box-sizing: border-box; | |
} | |
h1 { font-family: 'Helvetica', 'Arial', sans-serif; font-size: 36px; margin-bottom: 40px; } | |
p { line-height: 1.6em; } | |
a { display: inline; color: #339DC4; } | |
</style> | |
</head> | |
<body> | |
<h1>We're sorry, the Ibeam demo is over.</h1> | |
<p>While you're here, why don't you <a href="http://semanticarts.com">learn more about Semantic Arts?</a></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment