crowsite/crow_test/webcontent/home.html

21 lines
492 B
HTML
Raw Normal View History

2023-07-22 20:54:15 -04:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/home.css">
<title>{{$SITE_TITLE}}</title>
</head>
<body>
<div class="center">
<div class="body">
<div class="titlebar">
<button><a href="/home.html">home</a></button>
<button><a href="/projects.html">projects</a></button>
</div>
<div class="center">
HAX
</div>
</div>
</div>
</body>
</html>