diff options
Diffstat (limited to 'webface/templates/home.html')
-rw-r--r-- | webface/templates/home.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webface/templates/home.html b/webface/templates/home.html new file mode 100644 index 0000000..4d351df --- /dev/null +++ b/webface/templates/home.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<title>modelthing</title> +</head> + +<body> +<a href="/about/">about</a> +</body> + +</html> |