updating templates to have dedicated wordpress login page, updated phpmyadmin page to be more correct

This commit is contained in:
Phillip Tarrant
2025-12-25 13:35:42 -06:00
parent 9128d2759f
commit 47a49b03be
5 changed files with 516 additions and 19 deletions

View File

@@ -28,6 +28,11 @@ def phpmyadmin() -> str:
return load_template("phpmyadmin")
def wp_login() -> str:
"""Generate fake WordPress login page"""
return load_template("wp_login")
def robots_txt() -> str:
"""Generate juicy robots.txt"""
return load_template("robots.txt")