error_page image fix

This commit is contained in:
Talyx
2022-02-24 18:12:03 +03:00
parent a0e0e73450
commit 1312e3e5de
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<html> <html>
<head><title>404 Not Found</title></head> <head><title>404 Not Found</title></head>
<body background="/images1.jpeg"> <body background="/images/jpegImg/images1.jpeg">
<center><h1>404 Not Found</h1></center> <center><h1>404 Not Found</h1></center>
<hr><center>Poheck/1.0.0 (Ubuntu)</center> <hr><center>Poheck/1.0.0 (Ubuntu)</center>
</body> </body>

View File

@@ -1,6 +1,6 @@
<html> <html>
<head><title>404 Not Found</title></head> <head><title>404 Not Found</title></head>
<body background="/images1.jpeg"> <body background="/images/jpegImg/images1.jpeg">
<center><h1>404 Not Found</h1></center> <center><h1>404 Not Found</h1></center>
<hr><center>Poheck/1.0.0 (Ubuntu)</center> <hr><center>Poheck/1.0.0 (Ubuntu)</center>
</body> </body>