28 lines
733 B
HTML
28 lines
733 B
HTML
|
<!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">
|
||
|
|
||
|
<link rel="apple-touch-icon" href="icon.png">
|
||
|
<!-- Place favicon.ico in the root directory -->
|
||
|
|
||
|
<link rel="stylesheet" href="../css/main.css">
|
||
|
|
||
|
<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>
|