first commit
This commit is contained in:
15
templates/default/error.php
Normal file
15
templates/default/error.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="pl-PL">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=/">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "/"
|
||||
</script>
|
||||
<title>Przekierowanie strony</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||||
Jeśli automatyczne przekierowanie nie zadziałało, kliknij w <a href='/'>link do strony głównej</a>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user