curious-greg/templates/settings.html

10 lines
151 B
HTML

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