Skip to content

Instantly share code, notes, and snippets.

@amznms
Created August 17, 2016 23:52
Show Gist options
  • Save amznms/c94197beda7376391027f31f05e13f7e to your computer and use it in GitHub Desktop.
Save amznms/c94197beda7376391027f31f05e13f7e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Template Base</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<script src="js/jquery.min.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