Skip to content

Instantly share code, notes, and snippets.

View danderozier's full-sized avatar

Daniel Derozier danderozier

View GitHub Profile
@danderozier
danderozier / gist:1200b4f7184c79e7fb3395ce08a91340
Last active June 23, 2016 22:23 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body {
background: #eee;
color: #333;
font: 1.5em/1.2 Helvetica, sans-serif;
margin: 0 auto;
}
h1 {