summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat/templates/about.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/fatcat/templates/about.html b/fatcat/templates/about.html
new file mode 100644
index 00000000..5ae8424f
--- /dev/null
+++ b/fatcat/templates/about.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% block body %}
+
+<h1>About Fatcat!</h1>
+
+<!-- XXX: -->
+RFC will go here eventually.
+
+{% endblock %}