2018-03-31 06:08:51 +00:00
<!DOCTYPE html>
< html lang = "en" >
< 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" >
2019-01-01 16:51:48 +00:00
< link rel = "icon" type = "image/icon" href = "favicon.ico" >
2018-03-31 06:08:51 +00:00
2018-11-30 09:35:13 +00:00
< link rel = "stylesheet" href = "vendor/grayscale/grayscale.min.css" >
2018-03-31 06:08:51 +00:00
<!-- build:css css/styles.css -->
< link rel = "stylesheet" href = "css/main.css" >
<!-- endbuild -->
2018-11-30 09:35:13 +00:00
2018-11-30 10:17:32 +00:00
<!-- build:js vendor/riot/riot.min.js -->
< script src = "https://cdn.jsdelivr.net/npm/riot@3.9/riot+compiler.min.js" crossorigin = "anonymous" > < / script >
< script > window . riot || document . write ( '<script src="vendor/riot/riot+compiler.min.js"><\/script>' ) < / script >
<!-- endbuild -->
2018-11-30 09:35:13 +00:00
< script src = "vendor/riot-route/route.min.js" > < / script >
2018-03-31 06:08:51 +00:00
< / 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 -->
2018-11-30 09:35:13 +00:00
< div class = "layout page" >
2018-03-31 06:08:51 +00:00
< div class = "stack" >
< Header > < / Header >
< div id = "view" > < / div >
< Footer > < / Footer >
< / div >
< / div >
2018-11-30 09:35:13 +00:00
<!-- build:js js/combined.min.js -->
2018-03-31 06:08:51 +00:00
< script src = "js/app.js" > < / script >
<!-- endbuild -->
<!-- build:js js/tags.min.js -->
< script type = "riot/tag" src = "tags/layout/header.tag.html" > < / script >
< script type = "riot/tag" src = "tags/layout/footer.tag.html" > < / script >
< script type = "riot/tag" src = "tags/home.tag.html" > < / script >
<!-- endbuild -->
<!-- mount all included tags -->
< script > riot . mount ( '*' ) ; < / 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 >
2018-03-22 20:37:34 +00:00
< / html >