6 changed files with 41 additions and 4 deletions
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="VcsDirectoryMappings"> |
||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
||||
|
</component> |
||||
|
</project> |
||||
@ -0,0 +1,18 @@ |
|||||
|
<!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> |
||||
Loading…
Reference in new issue