26 lines
695 B
HTML
26 lines
695 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>404 — Ne trovita</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/x_x/style.css">
|
|
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="title">HTTP 404 — Ne trovita</div>
|
|
</header>
|
|
<div class="panel user-profile-placeholder">
|
|
<div class="panel-body">
|
|
<h1>Paĝo ne troveblas!</h1>
|
|
<p>Tiu dosiero aŭ paĝo ne troviĝis. Bedaŭron!</p>
|
|
<p>Aŭ ĝi ne plu ekzistas, aŭ ĝi neniam ekzistis. Kia mistero, ĉu ne?</p>
|
|
</div>
|
|
<div class="panel-body">
|
|
<img src="/static/x_x/404.png">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|