Skip to content

Instantly share code, notes, and snippets.

@egustafson
Last active December 15, 2015 18:29
Show Gist options
  • Save egustafson/5304364 to your computer and use it in GitHub Desktop.
Save egustafson/5304364 to your computer and use it in GitHub Desktop.
Here be Dragons banner page
<html>
<head>
<style type="text/css">
body {
background-color: #444;
font-family:sans-serif;
margin-top: 100px;
}
h1 {
text-align:center;
}
</style>
</head>
<body>
<h1>Here be Dragons.</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment