5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 21:26:08 +00:00
panel/public/404.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2018-01-02 17:19:25 +00:00
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<title>Sutty</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script defer type="text/javascript" src="https://sutty.nl/assets/js/client_side_i18n.js"></script>
</head>
<body>
<div class='container-fluid'>
<div class='row'>
<main class="jumbotron">
<section id="castellano" lang="es">
<h1>404: Dirección web no encontrada</h1>
2018-01-02 17:19:25 +00:00
<p>Estás leyendo este mensaje porque la dirección web a la que quisiste acceder no existe :(</p>
2018-01-02 17:19:25 +00:00
<p><a href="/">Volver al panel</a></p>
</section>
2018-01-02 17:19:25 +00:00
<section id="english" lang="en">
<h1>404: Address not found</h1>
2018-01-02 17:19:25 +00:00
<p>You're reading this message because the address you wanted doesn't exist :(</p>
2018-01-02 17:19:25 +00:00
<p><a href="/">Go to panel</a></p>
</section>
</main>
</div>
2018-01-02 17:19:25 +00:00
</div>
</body>
2018-01-02 17:19:25 +00:00
</html>