Skip to content

Instantly share code, notes, and snippets.

@toledox82
Last active October 1, 2016 02:22
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 toledox82/11383524 to your computer and use it in GitHub Desktop.
Save toledox82/11383524 to your computer and use it in GitHub Desktop.
HTML5 Start
<!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" />
<meta name="description" content="" />
<meta name="author" content="Toledo Interactive" />
<meta name="designer" content="Marcio Toledo" />
<meta name="copyright" content="" />
<title></title>
<link rel="shortcut icon" href="favicon.png" />
<link href="css/styles.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
<script src="js/scripts.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment