D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
sethkontny
Full window
Github gist
A Pen by seth kontny.
<head> <title>Site is down for maintenence</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="style.css"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'> </head> <body> <div id="wrapper"> <img src="https://i.imgur.com/1BG6lpI.gif" alt="Server" height="200" width="170"> <div class="content"> <h1>We are currently performing maintenance.</h1> <p>The NSA apologizes for any inconvenience.</p> <div id="buttons"> <a class="button" href="https://twitter.com/tkmltech">Follow @NSA</a> </div> </div> </div> </body>