From 8b3f0aa590b51cfd7696ed212adf94fa43a0e858 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 19 Feb 2022 20:55:07 +0100 Subject: initial --- templates/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..d6c2755 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} + +{% block title %}lemon's site{% endblock title %} +{% block content %} + +

lemon's site

+Hi, I'm lemon (she/her). I like compilers, tool-assisted speedruns and low level +programming among other things. I do stuff sometimes. Occasionally I might +share some of that stuff here. + +

links

+ + + +

contact

+ + + +
+ + + + + +{% endblock content %} -- cgit v1.2.3