Skip to content

Instantly share code, notes, and snippets.

@jmanalansan
jmanalansan / keybase.md
Created May 3, 2020 04:30
Keybase verification

Keybase proof

I hereby claim:

  • I am jmanalansan on github.
  • I am jesse_m (https://keybase.io/jesse_m) on keybase.
  • I have a public key whose fingerprint is E766 9E54 AC03 2D2C A5DE 5BED 8768 BF40 2DAF 1702

To claim this, I am signing this object:

@jmanalansan
jmanalansan / gist:77c4e198c0c99b830e68e0f20cccf39c
Created March 2, 2020 07:06 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>