crowsite/crow_test/webcontent/home.html

22 lines
576 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/home.css">
<link rel="stylesheet" href="/static/css/bar.css">
<title>{{$SITE_TITLE}}</title>
</head>
<body>
<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>
</body>
</html>