Skip to content

Instantly share code, notes, and snippets.

View fu4dfauzi's full-sized avatar

Fuad Fauzi fu4dfauzi

View GitHub Profile
@fu4dfauzi
fu4dfauzi / gist:e7dbb380094b8170d549cb8b2df298ea
Last active April 27, 2017 00:11 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 20px; }
@media (min-width: 768px){
body{ padding-top: 150px; }
}