aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/home.html
blob: 4d351dff8281e335d86ab2d05545231dfb4fe814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>modelthing</title>
</head>

<body>
<a href="/about/">about</a>
</body>

</html>