mirror of
https://github.com/marcogll/soul23_placeholder_site_server.git
synced 2026-01-13 13:25:18 +00:00
feat: Introduce a Python health checker, reorganize static assets and data, and remove Zsh helper scripts.
This commit is contained in:
14
htmls/README.md
Normal file
14
htmls/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# HTML Templates
|
||||
|
||||
This directory contains HTML files that serve as templates or specific pages for the application, not meant to be served as static assets from the root.
|
||||
|
||||
## Organization
|
||||
|
||||
* `telegram.html`: A specific HTML page used for Telegram redirection logic.
|
||||
* Other `.html` files: Should be specific templates or special pages.
|
||||
|
||||
## Best Practices
|
||||
|
||||
* HTML files in this directory are typically served dynamically by the Express server for specific routes.
|
||||
* Keep the HTML semantic and clean.
|
||||
* Avoid placing general static HTML assets here; those should reside in the project root if they are meant to be served as part of the primary static content.
|
||||
Reference in New Issue
Block a user