initial commit

This commit is contained in:
Quentin W 2024-07-18 14:09:32 -04:00
commit 5b839e0543
174 changed files with 12261 additions and 0 deletions

3
werc/lib/404.tpl Normal file
View file

@ -0,0 +1,3 @@
<h1>The requested document at '<i>%($base_url$"req_path%)</i>' doesn't exist</h1>
<h4>Or take a look at the <a href="/sitemap">sitemap</a>.</h4>
<hr>