082f254da0
Error pages: Add error pages for 404 and 50X errors by nginx Makefile improvements: Remove shit.sh and replace it by improving the Makefile
14 lines
356 B
HTML
14 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Lateinicus - 404</title>
|
|
</head>
|
|
<body>
|
|
<h1>Du hast ein 404 entdeckt</h1><br />
|
|
Du solltest hier aber nicht sein...<br />
|
|
<img src="https://thumbs.gfycat.com/HealthyCornyAmazontreeboa-small.gif" />
|
|
<br />
|
|
<a href="/app/">Zu Lateinicus</a>
|
|
</body>
|
|
</html>
|