crowsite/crow_test/webcontent/index.html

29 lines
838 B
HTML
Raw Normal View History

2023-07-22 20:54:15 -04:00
<!DOCTYPE html>
<html>
<head>
2023-08-16 20:15:34 -04:00
<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">
2023-07-22 20:54:15 -04:00
<title>{{$SITE_TITLE}}</title>
</head>
2023-08-16 20:59:49 -04:00
<body class="blur-bgimage" style="background-image: url({{$SITE_BACKGROUND}})">
2023-08-16 20:15:34 -04:00
<div class="center">
<div class="body">
{{@menu_bar.part}}
2023-08-16 20:15:34 -04:00
<div class="center">
HAXsdsad
{{#_admin}}
Admin detected
{{/_admin}}
2023-08-16 20:15:34 -04:00
</div>
</div>
</div>
2023-07-22 20:54:15 -04:00
</body>
</html>