Skip to content

Instantly share code, notes, and snippets.

@rigobcastro
Forked from pitch-gist/gist:2999707
Last active December 18, 2020 20:10
Show Gist options
  • Save rigobcastro/b8e689a4ef3c66a4c96dc9da0bd46b62 to your computer and use it in GitHub Desktop.
Save rigobcastro/b8e689a4ef3c66a4c96dc9da0bd46b62 to your computer and use it in GitHub Desktop.
HTML: Simple Maintenance Page
<!doctype html>
<title>Servicio en mantenimiento</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>
<article>
<h1>¡Volveremos pronto!</h1>
<div>
<p>Estamos mejorando para ti y pronto estaremos de vuelta.</p>
<p>&mdash; iVoy Team</p>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment