Skip to content

Instantly share code, notes, and snippets.

@douglasiacovelli
Created January 10, 2014 17:32
Show Gist options
  • Save douglasiacovelli/8358747 to your computer and use it in GitHub Desktop.
Save douglasiacovelli/8358747 to your computer and use it in GitHub Desktop.
HTML: Template
<!doctype html>
<html lang="pt-br">
<head>
<title> </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment