nextcloud/index.html
Christian Oliff 869a674f29
remove type="text/javascript" from index.html
type="text/javascript" is not needed and removing it makes file-size smaller/faster
2018-08-20 20:13:40 +09:00

8 lines
156 B
HTML

<!DOCTYPE html>
<html>
<head>
<script> window.location.href="index.php"; </script>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>