21 lines
492 B
HTML
21 lines
492 B
HTML
|
<!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>
|