Compare commits

...

2 commits

Author SHA1 Message Date
07b312234f Añadir viewport 2021-10-08 21:00:34 -03:00
0802f86fe8 404 2021-10-08 20:50:52 -03:00
2 changed files with 2 additions and 0 deletions

1
404.md Normal file
View file

@ -0,0 +1 @@
No encontré esta página... Quizás me podrías [avisar](Contacto.html). o/

View file

@ -3,6 +3,7 @@
template () {
echo -n "<!doctype html>"
echo -n "<meta charset=utf-8>"
echo -n "<meta name=viewport content='width=device-width, initial-scale=1.0'>"
echo -n "<link rel=stylesheet href=drip.css>"
echo -n "<title>$1</title>"
if test "$inicio" != true; then