From 3743f7056dcdbe1a16a00418ea10ebef2669cf61 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 15 Nov 2023 20:34:41 -0700 Subject: initial structure --- app/templates/index.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app/templates/index.html (limited to 'app/templates/index.html') diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..5ea3220 --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,50 @@ +{% extends 'base.html' %} + +{% block content %} + +
+ + +
+
+ Your Company + +

RSS Anything

+

Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.

+ +
+
+
+ App screenshot +
+
+
+
+ + +{% endblock %} -- cgit v1.2.3