diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 10:14:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 10:14:05 -0300 |
commit | a3e8aa6c319e38606e7d10562c793e3027c57ff4 (patch) | |
tree | 4a0c28db7967fc14336167b3211f3234ccf60769 /slides/.htaccess | |
parent | 4395ba1f645d36fa0a29e63f43d6a14e5c052372 (diff) | |
download | hydra-a3e8aa6c319e38606e7d10562c793e3027c57ff4.tar.gz hydra-a3e8aa6c319e38606e7d10562c793e3027c57ff4.tar.bz2 |
Feat: migrate docs to MkDocs
Diffstat (limited to 'slides/.htaccess')
-rw-r--r-- | slides/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slides/.htaccess b/slides/.htaccess new file mode 100644 index 0000000..38e8132 --- /dev/null +++ b/slides/.htaccess @@ -0,0 +1,4 @@ +#AuthType Basic +#AuthName "Hidra: Acesso restrito, senha requerida." +#AuthUserFile /var/sites/hidra/site/.htpasswd +#Require valid-user |