First Upload

This commit is contained in:
2024-10-24 19:11:39 +00:00
commit c56235352f
149 changed files with 443280 additions and 0 deletions

BIN
docker-persist/html/error/404.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Oh no!</title>
<style type="text/css">
body{
margin: 0;
padding: 0;
background-color:#FFFFFF;
background-image: url("static.gif")
}
</style>
</head><body><center>
<img src="404.gif" align="RIGHT">
</center>
</body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB