mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
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>
|