Skip to content

Instantly share code, notes, and snippets.

@AvanKempen
Last active March 10, 2018 22:53
Show Gist options
  • Select an option

  • Save AvanKempen/4078980 to your computer and use it in GitHub Desktop.

Select an option

Save AvanKempen/4078980 to your computer and use it in GitHub Desktop.
[HTML] Default HTML5
<!DOCTYPE html>
<head>
<title></title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="static/css/style.css?v=2.0" />
<!-- jQuery -->
<script type="text/javascript" src="static/js/jquery.js?v=3.2.1"></script>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 day" />
<meta name="copyright" content="Copyright Av Kempen 2010 - 2018" />
<!-- MOBILE META -->
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- FAVICON / ICON -->
<link rel="icon" sizes="192x192" href="highres-icon.png">
<link rel="icon" sizes="128x128" href="icon.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="58x58" href="apple-touch-icon-58x58.png" />
<link rel="apple-touch-icon" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon-180x180.png" />
<link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-152x152.png" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment