From 582a12335f49ac10c67302f18e53c9164f1a797e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 21 Oct 2023 16:23:58 +0200 Subject: [PATCH] Add: furaffinity home template --- archivist/sites/templates/fa/home.html | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 archivist/sites/templates/fa/home.html diff --git a/archivist/sites/templates/fa/home.html b/archivist/sites/templates/fa/home.html new file mode 100644 index 0000000..25f7cea --- /dev/null +++ b/archivist/sites/templates/fa/home.html @@ -0,0 +1,62 @@ + + +{% extends "base.html" %} + +{% block title %}Home | Furaffinity Archive{% endblock %} + +{% load custom_filters %} + +{% load static %} + +{% block content %} +
+

New Archive's

+ +

New Submission's

+ +
+{% endblock %}