curious-greg/templates/home.html

16 lines
395 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Curious Greg - Home</title>
{% include 'imports.html' %}
</head>
<body>
<h1>Welcome</h1>
<h2>You're all set up and ready to go.</h2>
<!-- <div id='logo-main'></div> -->
<div id='body'>
You haven't posted to Curious Cat in a while, so we'll wait <strong>14 minutes</strong> until we check for new answers.
</div>
{% include 'footer.html' %}
</body>
</html>