added settings.html
This commit is contained in:
parent
54ae907d81
commit
51d7f8b266
1 changed files with 10 additions and 0 deletions
10
templates/settings.html
Normal file
10
templates/settings.html
Normal 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>
|
Loading…
Reference in a new issue