diff --git a/templates/content.html b/templates/content.html new file mode 100644 index 0000000..d8b38a4 --- /dev/null +++ b/templates/content.html @@ -0,0 +1,111 @@ + + + + + + Text + + + +
+

Text

+
+ {% if content %} + {{ content }} + {% elif url %} +

Redirecting to: {{ url }}

+ {% else %} +

Content not found.

+ {% endif %} +
+ {% if created_at %} +
+

Created at: {{ created_at }}

+
+ {% endif %} +
+ + diff --git a/templates/file.html b/templates/file.html new file mode 100644 index 0000000..067bcf4 --- /dev/null +++ b/templates/file.html @@ -0,0 +1,103 @@ + + + + + + File + + + +
+

File

+
+

File Name: {{ name }}

+

File Size: {{ size }} bytes

+

Last Modified: {{ modified_at }}

+

Download the file

+
+
+ +