missing www

This commit is contained in:
Sam 2023-06-03 14:43:53 +02:00
parent 5f7c61f616
commit cfc7c70d16
131 changed files with 11126 additions and 661 deletions

13
doc/custom404.html Normal file
View file

@ -0,0 +1,13 @@
<html>
<head>
<title>Custom 404</title>
</head>
<body>
<img src="logo.png">
<center>
<h2>This is an example of a customized 404 error page.</h2>
<a href="/">Go back to home page</a><br><br>
</center>
</body>
</html>