-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 688 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (20 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Copyright (C) 2002-2021 Igor Sysoev and Copyright (C) 2011-2024 Nginx, Inc. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!-- Copyright (c) 2021-2024, @willtheorangeguy
All rights reserved. -->
<html>
<head>
<title>Index of /directory</title>
</head>
<body>
<h1>Index of /directory</h1>
<hr />
<pre>
<!--<a href="../">../</a>-->
<a href="folder/">folder/</a> MM-DD-YYYY HH:MM -
<a href="file">file</a> MM-DD-YYYY HH:MM -
</pre>
<hr />
</body>
</html>