Last active
August 29, 2015 14:14
-
-
Save christianrojas/8bbdf663b1d05dedd37c to your computer and use it in GitHub Desktop.
// source http://jsbin.com/pokofe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="//code.jquery.com/jquery.min.js"></script> | |
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<div class='container'> | |
<div class='row'> | |
<div class='col-lg-offset-3 col-lg-6'> | |
<br><br><br> | |
<h2 style='text-align: center;'>En mantenimiento</h2> | |
<h3 style='text-align: center;'>Actualmente estamos haciendo algunas mejoras a nuestra aplicación | |
<br> | |
<small style='text-align: center;'>Volveremos pronto</small> | |
</h3> | |
</div> | |
</div> | |
<br><br><br> | |
<div class='row'> | |
<div class='col-lg-offset-2 col-lg-4'> | |
<img src="http://centrocristianointernacional.s3.amazonaws.com/otros/logo.jpg" alt=""> | |
</div> | |
<div class='col-lg-4'> | |
<img src="http://centrocristianointernacional.s3.amazonaws.com/otros/slogan.jpg" alt=""> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment