forked from prasathmani/tinyfilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<!-- Default Redirect Page For Web Root Folder -->
<!-- For Ligthtpd the default document file is index.htm. Lighttpd will open -->
<!-- an index.htm file when a web folder is specified without any file. -->
<!-- Permits easier use of multiple versions optional landing points -->
<!-- -->
<!-- The above is also true of Apache 2 -->
<!-- -->
<!-- Verified : https://validator.w3.org/nu -->
<!-- Date : 2020-05-26 -->
<!-- Copyright: OneOfTheInfiniteMonkeys -->
<!-- Action : Redirects to preferred subfolder -->
<!-- -->
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=tinyfilemanager.php" />
<title>
Index - Redirect
</title>
</head>
<body>
<!-- This page shoud re-direct you to the preferred location -->
<div>
</div>
</body>
</html>