2020-06-04 00:59:08 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
2020-08-28 23:12:24 -07:00
|
|
|
<meta name='description' content='HOWFEED.BIZ: Helping you to navigate a modern world.'>
|
2020-06-24 10:52:01 -07:00
|
|
|
<meta name='keywords' content='news, satire, blog'>
|
2020-06-11 10:51:09 -07:00
|
|
|
<meta name='theme-color' content='#508FC3'>
|
2020-06-04 00:59:08 -07:00
|
|
|
%sapper.base%
|
|
|
|
<link rel='stylesheet' href='global.css'>
|
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
|
|
%sapper.styles%
|
|
|
|
%sapper.head%
|
2020-08-09 17:44:51 -07:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175013738-1"></script>
|
|
|
|
<script>window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'UA-175013738-1');
|
|
|
|
</script>
|
2020-08-28 23:12:24 -07:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/flexibility/2.0.1/flexibility.js"></script>
|
2020-06-04 00:59:08 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-06-11 10:51:09 -07:00
|
|
|
<div id='hydrate'>%sapper.html%</div>
|
2020-06-04 00:59:08 -07:00
|
|
|
%sapper.scripts%
|
2020-08-28 23:12:24 -07:00
|
|
|
<script type="text/javascript">
|
|
|
|
flexibility(document.documentElement);
|
|
|
|
</script>
|
2020-06-04 00:59:08 -07:00
|
|
|
</body>
|
|
|
|
</html>
|