about summary refs log tree commit diff
path: root/bskyweb/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/templates/home.html')
-rw-r--r--bskyweb/templates/home.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html
new file mode 100644
index 000000000..631f281c0
--- /dev/null
+++ b/bskyweb/templates/home.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block head_title %}Bluesky{% endblock %}
+
+{% block noscript_extra %}
+<p>This is the home page.
+{% endblock %}