Primárně pro 3.I+3.IM - Django program se základním přihlašovacím systémem
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
286 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
</head>
<body>
<h1>ERROR 404</h1>
<h2>Stránka nenalezena</h2>
<br>
<a href="/">HOME</a>
<script>
setTimeout(function() {
window.location.href = "/";
},5000);
</script>
</body>
</html>