Corrected a mistake in the error pages

pull/3/head
Gianmarco Gargiulo 2022-08-19 00:51:57 +02:00
parent 4bbf785f3d
commit e6b78397b3
5 changed files with 5 additions and 5 deletions

View File

@ -21,6 +21,6 @@
background-color: #2a2c2b;
}
</style>
<img src="400.svg" width="569px" height="320px" />
<img src="/errors/400.svg" width="569px" height="320px" />
</body>
</html>

View File

@ -21,6 +21,6 @@
background-color: #2a2c2b;
}
</style>
<img src="401.svg" width="569px" height="320px" />
<img src="/errors/401.svg" width="569px" height="320px" />
</body>
</html>

View File

@ -21,6 +21,6 @@
background-color: #2a2c2b;
}
</style>
<img src="403.svg" width="569px" height="320px" />
<img src="/errors/403.svg" width="569px" height="320px" />
</body>
</html>

View File

@ -21,6 +21,6 @@
background-color: #2a2c2b;
}
</style>
<img src="404.svg" width="569px" height="320px" />
<img src="/errors/404.svg" width="569px" height="320px" />
</body>
</html>

View File

@ -21,6 +21,6 @@
background-color: #2a2c2b;
}
</style>
<img src="503.svg" width="569px" height="320px" />
<img src="/errors/503.svg" width="569px" height="320px" />
</body>
</html>