crowsite/crow_test/webcontent/index.html

22 lines
649 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">
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">
<div class="titlebar">
<button class="bar"><a href="/home.html">home</a></button>
<button class="bar"><a href="/projects.html">projects</a></button>
</div>
<div class="center">
HAXsdsad
</div>
</div>
</div>
2023-07-22 20:54:15 -04:00
</body>
</html>