Hello world!
+ +Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+diff --git a/src/templates/__init__.py b/src/templates/__init__.py new file mode 100644 index 0000000..3eb9f72 --- /dev/null +++ b/src/templates/__init__.py @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 + +""" +Templates package for the deception server. +""" + +from .template_loader import load_template, clear_cache, TemplateNotFoundError +from . import html_templates + +__all__ = [ + 'load_template', + 'clear_cache', + 'TemplateNotFoundError', + 'html_templates', +] diff --git a/src/templates/html/directory_listing.html b/src/templates/html/directory_listing.html new file mode 100644 index 0000000..75b7f03 --- /dev/null +++ b/src/templates/html/directory_listing.html @@ -0,0 +1,20 @@ + + +
| Name | Last Modified | Size |
|---|---|---|
| Parent Directory | - | - |
Just another WordPress site
+Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+This is a sample page. You can use it to write about your site, yourself, or anything else you'd like.
+Just another WordPress site
-Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-This is a sample page. You can use it to write about your site, yourself, or anything else you'd like.
-| Name | Last Modified | Size |
|---|---|---|
| Parent Directory | - | - |
| {d} | 2024-12-01 10:30 | - |
| {f} | 2024-12-01 14:22 | {size} |