mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
6 lines
102 B
HTML
6 lines
102 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; URL=index.php">
|
|
</head>
|
|
</html>
|