misc - update links in default pages

This commit is contained in:
fl0ppy-d1sk 2024-03-06 10:40:53 +01:00
parent ab5da3f1a3
commit 8876ec8e37
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
7 changed files with 7 additions and 7 deletions

View file

@ -274,7 +274,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwerror"
target="_blank"
>BunkerWeb</a
>

View file

@ -406,7 +406,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
target="_blank"
>BunkerWeb</a
>

View file

@ -510,7 +510,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
target="_blank"
>BunkerWeb</a
>

View file

@ -331,7 +331,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
target="_blank"
>BunkerWeb</a
>

View file

@ -307,7 +307,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
target="_blank"
>BunkerWeb</a
>

View file

@ -251,7 +251,7 @@
This website is protected with
<a
class="underline hover:italic hover:brightness-90 transition"
href="https://github.com/bunkerity/bunkerweb"
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwloading"
target="_blank"
>BunkerWeb</a
>

View file

@ -23,7 +23,7 @@ if [ $? -ne 0 ] ; then
fi
# terraform apply
terraform apply -auto-approve
terraform apply -auto-approve -input=false
# shellcheck disable=SC2181
if [ $? -ne 0 ] ; then
echo "terraform apply failed"