Skip to content

Instantly share code, notes, and snippets.

@scogle
Created August 18, 2014 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scogle/de32a947f24390553b38 to your computer and use it in GitHub Desktop.
Save scogle/de32a947f24390553b38 to your computer and use it in GitHub Desktop.
sorry for partying
<!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