Skip to content

Instantly share code, notes, and snippets.

@wisecrab
Last active August 29, 2015 14:28
Show Gist options
  • Select an option

  • Save wisecrab/339f70e8fcaeef4dff73 to your computer and use it in GitHub Desktop.

Select an option

Save wisecrab/339f70e8fcaeef4dff73 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<!-- Document Settings -->
<meta charset="utf-8" >
<!-- Responsive Settings -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=2.0">
<!-- SEO Settings -->
<title>Page Title Here</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="referrer" content="origin">
<!-- Favicons -->
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png"><!--60X60-->
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-ipad.png"> <!--72X72-->
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-touch-icon-iphone4.png"> <!--114X114-->
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-touch-icon-ipad3.png"> <!--144X144-->
<!-- Android Chrome Address Bar Color -->
<meta name="theme-color" content="#222">
<!-- Load Stylesheets -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header id="primary_header">
<hgroup>
<h1 id="page_title">Page Title</h1>
<h2 id="page_subtitle">Subtitle</h2>
</hgroup>
<nav id="primary_navigation">
<ul>
<li><a href="#" >Page 1</a></li>
<li><a href="#" >Page 2</a></li>
<li><a href="#" >Page 3</a></li>
</ul>
</nav>
</header>
<div id="content">
<p>Website Content Goes Here</p>
</div>
<footer id="primary_footer">
<p>This is my footer</p>
</footer>
<!-- Load jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Load Javascript -->
<script src="/js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment