mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
28 lines
409 B
HTML
28 lines
409 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Maloja - Error ERROR_CODE</title>
|
|
</head>
|
|
|
|
<body>
|
|
<table class="top_info">
|
|
<tr>
|
|
<td class="image">
|
|
<div style="background-image:url('/favicon.png')"></div>
|
|
</td>
|
|
<td class="text">
|
|
<h1>Error ERROR_CODE</h1><br/>
|
|
|
|
|
|
<p>That did not work. Don't ask me why.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|