Walid Bekkal
2 years ago
7 changed files with 34 additions and 3 deletions
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,16 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<title>404 ERROR</title> |
|||
</head> |
|||
<body> |
|||
<h1>404 ERROR</h1> |
|||
<p>there is no page here you monkey, go away</p> |
|||
<img src="./404error.jpeg" style="width: 25%; height: 25%;"> |
|||
<ul> |
|||
<li><a href="/docs/">Documents</a></li> |
|||
<li><a href="/img/">Images</a></li> |
|||
</ul> |
|||
</body> |
|||
</html> |
@ -0,0 +1,16 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<title>404 ERROR</title> |
|||
</head> |
|||
<body> |
|||
<h1>503 SERVICE UNAVAILABLE</h1> |
|||
<p>sorry for this desagrement, our best engineers are working to better your experience on our website</p> |
|||
<img src="./503error.jpeg" style="width: 25%; height: 25%;"> |
|||
<ul> |
|||
<li><a href="/docs/">Documents</a></li> |
|||
<li><a href="/img/">Images</a></li> |
|||
</ul> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue