Skip to content

Instantly share code, notes, and snippets.

View pjtfernandes's full-sized avatar

P-J Fernandes pjtfernandes

View GitHub Profile
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px;background-color:#333 }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #fff; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
</style>