Skip to content

Commit 7918f20

Browse files
authored
Create index.html
1 parent 4ba9c37 commit 7918f20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="pl">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Przekierowanie...</title>
6+
<!-- Automatyczne przekierowanie po 0 sekundach -->
7+
<meta http-equiv="refresh" content="0; url=Home-page.html">
8+
</head>
9+
<body>
10+
<p>Jeśli nie nastąpiło automatyczne przekierowanie, kliknij tutaj:
11+
<a href="Home-page.html">Przejdź do strony głównej</a>
12+
</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)