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>
|
|
|
|
<body>
|
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>
|