howfeed/src/template.html

20 lines
555 B
HTML
Raw Normal View History

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-06-11 10:51:09 -07:00
<meta name='description' content='HOWFEED.BIZ: Where we break the news.'>
<meta name='keywords' content='news, satire, blog'>
<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%
</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%
</body>
</html>