From 38cbd10ba1f7c7c0a94444c05e1cc12bab3177ab Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 8 Sep 2023 16:17:11 +0300 Subject: initial commit --- templates/index.html | 16 ++++++++++++++++ templates/topic.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/topic.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..7f7c2cf --- /dev/null +++ b/templates/index.html @@ -0,0 +1,16 @@ + +arXiv randomizer + +
+all possible categories here
+examples:
+{% for i in taxonomy %}
+  {{ i }}
+{% endfor %}
+
diff --git a/templates/topic.html b/templates/topic.html
new file mode 100644
index 0000000..b8c9d2c
--- /dev/null
+++ b/templates/topic.html
@@ -0,0 +1,30 @@
+
+
+
+
+arXiv randomizer
+
+
+
+
+
+
+
+	

{{title}}

+

{{description}}

+ {{link}} + + + -- cgit 1.4.1