From b099c981099c9065566e8dda2a5c2f7cbce39ca1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Dec 2021 23:34:05 +0200 Subject: [PATCH] fsd --- files/templates/emojis.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/templates/emojis.html diff --git a/files/templates/emojis.html b/files/templates/emojis.html new file mode 100644 index 000000000..bb7d2f409 --- /dev/null +++ b/files/templates/emojis.html @@ -0,0 +1,26 @@ +{% extends "default.html" %} +{% block content %} +
+
+	
+
+ + + + + + + + + +{% for emoji in emojis %} + + + + + +{% endfor %} + +
#NameEmoji
{{loop.index}}{{emoji}}:{{emoji}}:
+ +{% endblock %} \ No newline at end of file