build.sh: Permitir compilar con advertencia de mirror
This commit is contained in:
parent
1c5188a6fa
commit
a4774bc1f0
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -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
|
||||
|
|
Reference in a new issue