diff options
author | BiRabittoh <birabittoh@tilde.institute> | 2023-07-10 14:56:21 +0200 |
---|---|---|
committer | BiRabittoh <birabittoh@tilde.institute> | 2023-07-10 14:56:21 +0200 |
commit | de848da740fbe6af189654acda9c3afae8023b25 (patch) | |
tree | cc8f8d1a176a80e3b8459672a3b91acfb74b2ad3 /swag/etc-config-swag/www | |
parent | af042b073b5d860bee43bb9dec57292f30547a08 (diff) | |
download | my-docker-compose-de848da740fbe6af189654acda9c3afae8023b25.tar.gz |
add proxy-confs
Diffstat (limited to 'swag/etc-config-swag/www')
-rw-r--r-- | swag/etc-config-swag/www/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/swag/etc-config-swag/www/index.html b/swag/etc-config-swag/www/index.html new file mode 100644 index 0000000..d5b0b98 --- /dev/null +++ b/swag/etc-config-swag/www/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>BiRabittoh</title> + <meta charset="UTF-8" /> + <meta http-equiv="refresh" content="0; URL=https://birabittoh.github.io/" /> + </head> + <body style="background-color: #202124; color: white;"> + <p>If you are not redirected within 3 seconds, click <a href="https://birabittoh.github.io/">here</a>.</p> + </body> +</html> |