forked from woochi/pug-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
4 lines (4 loc) · 1.26 KB
/
index.html
1
2
3
4
<!DOCTYPE html><html lang="" class="no-js"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>Page Title</title><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="apple-touch-icon" href="apple-touch-icon.png"><link rel="stylesheet" href="cs/style.css"><script src="js/vendor/modernizr-2.8.3.min.js"></script></head><body><!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]
--><!-- Add your site or application content here--><p> Hello world! This is Pug Boilerplate</p><script src="https://code.jquery.com/jquery-{{JQUERY_VERSION}}.min.js"></script><script> window.jQuery || document.write('<script src="js/vendor/jquery-{{JQUERY_VERSION}}.min.js"><\/script>')</script><script src="js/plugins.js"></script><script src="js/main.js"></script><!-- Google Analytics: change UA-XXXXX-Y to be your site's ID.--><script> window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date; ga('create','UA-XXXXX-Y','auto');ga('send','pageview')</script><script src="https://www.google-analytics.com/analytics.js" async defer></script></body></html>