build.sh: Permitir compilar con advertencia de mirror

This commit is contained in:
Cat /dev/Nulo 2022-02-08 23:16:10 -03:00
parent 1c5188a6fa
commit a4774bc1f0
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ template () {
echo "<link rel=icon href=cowboy.svg>"
echo "<title>$1</title>"
: "${inicio:=}"
if test "$mirror" = true; then
echo "<p style=color:darkred>Ojo: este sitio es un espejo (mirror). <a href=https://nulo.in>nulo.in</a> es la fuente.</p>"
fi
if test "$inicio" != true; then
echo "<a href=.>☚ Volver al inicio</a>"
fi