init
This commit is contained in:
5
results/www/errors/custom_404.html
Normal file
5
results/www/errors/custom_404.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head><meta charset="utf-8"><title>404</title></head>
|
||||
<body><h1>Custom 404 page</h1></body>
|
||||
</html>
|
||||
1
results/www/files/sample-file.txt
Normal file
1
results/www/files/sample-file.txt
Normal file
@@ -0,0 +1 @@
|
||||
sample-file.txt
|
||||
1
results/www/protected/document.pdf
Normal file
1
results/www/protected/document.pdf
Normal file
@@ -0,0 +1 @@
|
||||
PDF test document for internal download.
|
||||
5
results/www/public/index.html
Normal file
5
results/www/public/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head><meta charset="utf-8"><title>Public</title></head>
|
||||
<body><h1>Public index</h1></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user