crowsite/crow_test/webcontent/about.html

30 lines
873 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
{{@../static/css/menu_bar.css}}
{{@../static/css/body.css}}
</style>
<meta charset="UTF-8">
<meta name="description" content="Git links">
<meta name="keywords" content="Git">
<meta name="author" content="Brett">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{$SITE_TITLE}}</title>
</head>
{{@body_begin.part}}
<div class="body">
<div class="center">
<h1 class="underline">About</h1>
</div>
<div class="center">
<ul style="padding: 0px;">
<li>I hate HTML</li>
<li>This site is mostly a testing ground for C++ on the web</li>
<li>Projects is probably where you want to go</li>
</ul>
</div>
</div>
{{@body_end.part}}
</html>