Created
August 22, 2015 00:13
-
-
Save bymathias/23e3ea478658e138e335 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<!-- Document settings --> | |
<meta charset="utf-8"> | |
<!-- IE Use latest rendering engines --> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<!-- Page meta --> | |
<title>Index</title> | |
<meta name="description" content=""> | |
<!-- Mobile viewport optimization --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- | |
Google webmaster | |
https://support.google.com/webmasters/answer/35659?hl=en | |
--> | |
<!-- <meta name="google-site-verification" content="123456789"> --> | |
<!-- | |
Facebook Insight verification | |
https://developers.facebook.com/docs/platforminsights/domains | |
--> | |
<!-- <meta property="fb:admins" content="123456789"> --> | |
<!-- <meta property="fb:app_id" content="your_app_id"> --> | |
<!-- | |
Open Graph | |
https://developers.facebook.com/docs/sharing/best-practices#tags | |
--> | |
<!-- <meta property="og:site_name" content=""> --> | |
<!-- <meta property="og:type" content="article"> --> | |
<!-- <meta property="og:title" content=""> --> | |
<!-- <meta property="og:description" content=""> --> | |
<!-- <meta property="og:image" content=""> --> | |
<!-- <meta property="og:url" content=""> --> | |
<!-- | |
Twitter cards | |
https://dev.twitter.com/cards/overview | |
--> | |
<!-- <meta name="twitter:site" content="@site_account"> --> | |
<!-- <meta name="twitter:card" content="summary"> --> | |
<!-- <meta name="twitter:title" content=""> --> | |
<!-- <meta name="twitter:description" content=""> --> | |
<!-- <meta name="twitter:image" content=""> --> | |
<!-- <meta name="twitter:url" content=""> --> | |
<!-- | |
IE9+ Pinned Site | |
https://msdn.microsoft.com/en-us/library/gg131029.aspx | |
--> | |
<!-- <meta name="application-name" content=""> --> | |
<!-- <meta name="msapplication-tooltip" content=""> --> | |
<!-- Chrome mobile --> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<link rel="icon" sizes="192x192" href="chrome-touch-icon.png"> | |
<!-- iOS icons for Safari --> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
<!-- <meta name="apple-mobile-web-app-title" content=""> --> | |
<link rel="apple-touch-icon" href="apple-touch-icon.png"> | |
<!-- Tell the browser which domain names to resolve --> | |
<link rel="dns-prefetch" href="//ajax.googleapis.com"> | |
<link rel="dns-prefetch" href="//www.google-analytics.com"> | |
<!-- Place favicon.ico in the root directory --> | |
<!-- CSS --> | |
<link rel="stylesheet" href="assets/css/normalize.css"> | |
<link rel="stylesheet" href="assets/css/app.css"> | |
<!-- <link rel="stylesheet" href="assets/css/bundle.1.0.0.min.css"> --> | |
<!-- JS --> | |
<script src="assets/js/libs/modernizr.js"></script> | |
<!-- <script src="assets/js/libs/modernizr.min.js"></script> --> | |
<!-- Direct search spiders --> | |
<!-- <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml"> --> | |
<!-- News feeds --> | |
<!-- <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"> --> | |
<!-- <link rel="alternate" type="application/atom+xml" title="Atom" href="/atom.xml"> --> | |
</head> | |
<body> | |
<header class="header" role="banner"> | |
<div class="site-title"> | |
<h1>Title</h1> | |
</div> | |
<div class="site-description"> | |
<p>Dolor beatae mollitia repellat quidem amet, uisquam quas deserunt</p> | |
</div> | |
<nav class="nav" role="navigation"> | |
<ul> | |
<li><a href="">Home</a></li> | |
<li><a href="">Services</a></li> | |
<li><a href="">About</a></li> | |
<li><a href="">Contact</a></li> | |
</ul> | |
</nav> | |
</header> | |
<main class="main" role="main"> | |
<p>Main content goes here.</p> | |
</main> | |
<!-- <aside class="sidebar" role="complementary"> --> | |
<!-- </aside> --> | |
<footer class="footer" role="contentinfo"> | |
<p>Copyrights © 2015. <a href="" title="title">Title</a></p> | |
</footer> | |
<!-- JS --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="assets/js/libs/jquery.js"><\/script>')</script> | |
<!-- Google Analytics: change UA-XXXXX-X --> | |
<script> | |
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= | |
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; | |
e=o.createElement(i);r=o.getElementsByTagName(i)[0]; | |
e.src='https://www.google-analytics.com/analytics.js'; | |
r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); | |
ga('create','UA-XXXXX-X','auto'); | |
ga('send','pageview'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment