46 lines
1.9 KiB
HTML
46 lines
1.9 KiB
HTML
|
<!doctype html>
|
||
|
<html class="no-js" lang="">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
|
<title>Rapid Application</title>
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="manifest" href="site.webmanifest">
|
||
|
<link rel="apple-touch-icon" href="icon.png">
|
||
|
|
||
|
<!-- build:css css/styles.css -->
|
||
|
<link rel="stylesheet" href="css/reset.css">
|
||
|
<link rel="stylesheet" href="css/main.css">
|
||
|
<!-- endbuild -->
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--[if lte IE 9]>
|
||
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
|
||
|
<![endif]-->
|
||
|
|
||
|
<!-- Add your site or application content here -->
|
||
|
<p>Welcome to the RiotJS Boilerplate.</p>
|
||
|
|
||
|
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/riot@3.9/riot+compiler.min.js" crossorigin="anonymous"></script>
|
||
|
<script>window.riot || document.write('<script src="js/vendor/riot+compiler.min.js"><\/script>')</script>
|
||
|
|
||
|
<!-- build:js js/tags.min.js -->
|
||
|
<script src="js/app.js"></script>
|
||
|
<!-- endbuild -->
|
||
|
|
||
|
<!-- build:js js/tags.min.js -->
|
||
|
<script src="js/plugins.js"></script>
|
||
|
<!-- endbuild -->
|
||
|
|
||
|
<!-- 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>
|