Skip to content

Instantly share code, notes, and snippets.

@jreiher2003
Last active October 14, 2015 20:33
Show Gist options
  • Save jreiher2003/8ada3e2e0a7b06bb675d to your computer and use it in GitHub Desktop.
Save jreiher2003/8ada3e2e0a7b06bb675d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="Computer Jeff">
<meta name='copyright' content="DSAC LLC">
<meta name='language' content="english">
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="keywords" content="only 20 keywords per site, putting the 10 most important first, example keywords, another keyword, and anoter">
<meta name="robots" content="index, follow">
<title>Computer Jeff</title>
<link rel="shortcut icon" type="image/svg+xml" href="/static/images/images_dest/jwblack21-16_icon.ico">
<link rel="stylesheet" type="text/css" href="static/dist/css/styles.min.css">
</head>
<body>
<div class="container">
<p>Computer Jeff<p>
</div>
<script type="text/javascript" src="static/dist/js/main.min.js" ></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment