diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-12-31 16:13:10 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-01 18:16:26 +0100 |
commit | 1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00 (patch) | |
tree | 66494ac1bd4b8211df3fdc3f1d8b3a2265d34ebc /virtual/www/nossl.html | |
parent | 5f3e023d3b5dd48b6024c7cea8a61cfdb1019b38 (diff) | |
download | Nix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.tar.gz Nix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.tar.zst Nix-1d4ccb2c4d48bb510ea2cf22ff1b96fc887d8a00.zip |
Add www dir
Diffstat (limited to 'virtual/www/nossl.html')
-rw-r--r-- | virtual/www/nossl.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/virtual/www/nossl.html b/virtual/www/nossl.html new file mode 100644 index 0000000..4401a80 --- /dev/null +++ b/virtual/www/nossl.html | |||
@@ -0,0 +1,11 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>No SSL site</title> | ||
5 | </head> | ||
6 | <body> | ||
7 | <h1>No SSL on this site</h1> | ||
8 | <p>Use for wifi networks with login page that doesn't work well with | ||
9 | https.</p> | ||
10 | </body> | ||
11 | </html> | ||