2019-05-23 16:39:14 +00:00
<!doctype html>
< html class = "no-js" lang = "" >
< head >
< meta charset = "utf-8" >
< title > {{ page.title }} - HS Fanpage< / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2019-05-23 23:11:12 +00:00
< link rel = "apple-touch-icon" href = "{{ site.baseurl }}/icon.png" >
2019-05-23 16:39:14 +00:00
<!-- Place favicon.ico in the root directory -->
2019-05-23 23:11:12 +00:00
< link rel = "shortcut icon" type = "image/x-icon" href = "{{ site.baseurl }}/favicon.ico" / >
2019-05-23 16:39:14 +00:00
2019-05-23 17:09:49 +00:00
< link rel = "stylesheet" href = "{{ site.baseurl }}/css/main.css" >
2019-05-23 16:39:14 +00:00
< meta name = "theme-color" content = "#fafafa" >
< / head >
< body >
< div class = "bg-image" > < / div >
<!-- [if IE]>
< 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]-->
{{ content }}
< / body >
< / html >