25 lines
776 B
HTML
25 lines
776 B
HTML
<!DOCTYPE html>
|
||
<html lang="pl">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||
<meta http-equiv="Pragma" content="no-cache">
|
||
<meta http-equiv="Expires" content="0">
|
||
<title>Karczma Biesiada – przekierowanie</title>
|
||
<script>
|
||
(function () {
|
||
var target = "app.php" + window.location.search + window.location.hash;
|
||
window.location.replace(target);
|
||
})();
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<p style="font-family: sans-serif; text-align: center; margin-top: 2rem; color: #333;">
|
||
Przekierowanie do aplikacji…
|
||
<br><br>
|
||
<a href="app.php">Kliknij tutaj, jeśli nic się nie dzieje</a>
|
||
</p>
|
||
</body>
|
||
</html>
|