2014-06-06 01:04:05 -07:00
<!doctype html>
2014-07-11 02:44:33 -07:00
< html lang = "" >
2014-06-20 08:20:44 -07:00
< head >
< meta charset = "utf-8" >
2014-06-20 13:59:17 -07:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2014-06-20 08:20:44 -07:00
< meta name = "description" content = "A front-end template that helps you build fast, modern mobile web apps." >
2014-06-29 17:15:51 -07:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2014-06-20 08:20:44 -07:00
< title > Web Starter Kit< / title >
2014-04-07 02:24:30 -07:00
2014-11-19 02:10:43 -08:00
<!-- Add to homescreen -->
< link rel = "manifest" href = "manifest.json" >
<!-- Fallback to homescreen for Chrome <39 on Android -->
2014-06-20 08:20:44 -07:00
< meta name = "mobile-web-app-capable" content = "yes" >
2014-11-19 02:10:43 -08:00
< meta name = "application-name" content = "Web Starter Kit" >
2014-08-27 07:52:24 -07:00
< link rel = "icon" sizes = "192x192" href = "images/touch/chrome-touch-icon-192x192.png" >
2014-06-18 04:25:14 -07:00
2014-06-20 08:20:44 -07:00
<!-- Add to homescreen for Safari on iOS -->
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black" >
< meta name = "apple-mobile-web-app-title" content = "Web Starter Kit" >
2014-10-24 04:14:43 -07:00
< link rel = "apple-touch-icon" href = "images/touch/apple-touch-icon.png" >
2014-06-20 05:42:00 -07:00
2014-06-20 08:45:20 -07:00
<!-- Tile icon for Win8 (144x144 + tile color) -->
< meta name = "msapplication-TileImage" content = "images/touch/ms-touch-icon-144x144-precomposed.png" >
< meta name = "msapplication-TileColor" content = "#3372DF" >
2014-10-30 05:52:26 -07:00
< meta name = "theme-color" content = "#3372DF" >
2014-06-20 08:45:20 -07:00
2014-06-23 15:40:09 -07:00
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone - sites/feature - phones -->
2014-06-20 08:20:44 -07:00
<!--
< link rel = "canonical" href = "http://www.example.com/" >
-->
2014-06-19 11:08:58 -07:00
2014-08-21 03:07:30 -07:00
<!-- Page styles -->
2014-06-20 08:20:44 -07:00
< link rel = "stylesheet" href = "styles/main.css" >
< / head >
< body >
2014-06-06 01:02:26 -07:00
2014-12-04 04:12:01 -08:00
< div class = "Layout" >
2014-11-28 09:41:16 -08:00
< div class = "Layout-header" >
< span class = "Layout-title" > Web < strong > Starter Kit< / strong > < / span >
< div class = "Layout-spacer" > < / div >
< nav class = "Layout-navigation" >
< ul >
< li > < a href = "#hello" > Hello< / a > < / li >
< li > < a href = "#get-started" > Get Started< / a > < / li >
< li > < a href = "material-styleguide.html" > Style Guide< / a > < / li >
< / ul >
< / nav >
< / div >
2014-12-04 04:12:01 -08:00
< div class = "Layout-drawer" >
< span class = "Layout-title" > Web < strong > Starter Kit< / strong > < / span >
< nav class = "Layout-navigation" >
< ul >
< li > < a href = "#hello" > Hello< / a > < / li >
< li > < a href = "#get-started" > Get Started< / a > < / li >
< li > < a href = "material-styleguide.html" > Style Guide< / a > < / li >
< / ul >
< / nav >
< / div >
2014-10-01 02:35:20 -07:00
2014-11-28 09:41:16 -08:00
< main class = "Layout-content" >
< h2 id = "hello" > Welcome to Web Starter Kit!< / h2 >
< p > Good luck with your amazing new project.< / p >
2014-06-17 19:53:56 -07:00
2014-11-28 09:41:16 -08:00
< h2 id = "get-started" > Get Started.< / h2 >
< p > Read how to < a href = "http://developers.google.com/web/starter-kit" > Get Started< / a > or
check out the < a href = "material-styleguide.html" > Style Guide< / a > .< / p >
< / main >
< / div >
2014-10-01 02:35:20 -07:00
2014-11-25 04:04:34 -08:00
<!-- build:js(app/) ../../scripts/main.min.js -->
2014-06-20 08:20:44 -07:00
< script src = "scripts/main.js" > < / script >
<!-- endbuild -->
2014-04-07 02:24:30 -07:00
2014-06-20 08:20:44 -07:00
<!-- Google Analytics: change UA - XXXXX - X to be your site's ID -->
< script >
2014-06-23 11:04:31 -07:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
2014-07-16 12:17:12 -07:00
ga('create', 'UA-XXXXX-X', 'auto');
2014-06-23 11:04:31 -07:00
ga('send', 'pageview');
2014-06-20 08:20:44 -07:00
< / script >
<!-- Built with love using Web Starter Kit -->
< / body >
2014-04-07 02:24:30 -07:00
< / html >