aboutsummaryrefslogtreecommitdiff
path: root/web/website/test.html
diff options
context:
space:
mode:
authorroot <clyhtsuriva@gmail.com>2020-03-01 21:18:29 +0100
committerroot <clyhtsuriva@gmail.com>2020-03-01 21:18:29 +0100
commit30e5e0279463f67d94b1c0f55f2fda97bcf9b1df (patch)
treed347edbdc3a2a57b4be76c93c65841b8cd746723 /web/website/test.html
parent32dfd7da66bce3d39812cecf5aba5ef6f8c97c0b (diff)
password protection
Diffstat (limited to 'web/website/test.html')
-rw-r--r--web/website/test.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/website/test.html b/web/website/test.html
new file mode 100644
index 0000000..b789672
--- /dev/null
+++ b/web/website/test.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test</title>
+ <meta charset="UTF-8">
+ </head>
+ <body>This is a test page</body>
+</html>