added settings.html

This commit is contained in:
Lynne Megido 2018-11-13 22:14:56 +10:00
parent 54ae907d81
commit 51d7f8b266
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

10
templates/settings.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Curious Greg - Home</title>
{% include 'imports.html' %}
</head>
<body>
<h1>Coming Soon™</h1>
</body>
</html>