mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
7 lines
102 B
HTML
7 lines
102 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; URL=index.php">
|
|
</head>
|
|
</html>
|