29 lines
838 B
HTML
29 lines
838 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/static/css/home.css">
|
|
<link rel="stylesheet" href="/static/css/bar.css">
|
|
<link rel="stylesheet" href="/static/css/menu_bar.css">
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
<meta name="author" content="Brett">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{$SITE_TITLE}}</title>
|
|
</head>
|
|
<body class="blur-bgimage" style="background-image: url({{$SITE_BACKGROUND}})">
|
|
<div class="center">
|
|
<div class="body">
|
|
{{@menu_bar.part}}
|
|
|
|
<div class="center">
|
|
HAXsdsad
|
|
{{#_admin}}
|
|
Admin detected
|
|
{{/_admin}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|