index.html 331 B

123456789101112
  1. <!DOCTYPE html>
  2. <!--
  3. - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-FileCopyrightText: 2013 ownCloud, Inc.
  5. - SPDX-License-Identifier: AGPL-3.0-only
  6. -->
  7. <html>
  8. <head>
  9. <script> window.location.href="index.php"; </script>
  10. <meta http-equiv="refresh" content="0; URL=index.php">
  11. </head>
  12. </html>