Skip to content

Instantly share code, notes, and snippets.

@evilnapsis
Created June 22, 2017 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilnapsis/f28381eee3c6a48dd3b83e1361ef7f26 to your computer and use it in GitHub Desktop.
Save evilnapsis/f28381eee3c6a48dd3b83e1361ef7f26 to your computer and use it in GitHub Desktop.
Plantilla Basica Bootstrap
<!-- Powered by http://evilnapsis.com -->
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 3 - Form Vertical - Ex #1</title>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Codigo Bootstrap Va AQUI -->
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment