curious-greg/templates/home.html

16 lines
395 B
HTML
Raw Normal View History

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