Añadir viewport

This commit is contained in:
Cat /dev/Nulo 2021-10-08 21:00:34 -03:00
parent 0802f86fe8
commit 07b312234f
1 changed files with 1 additions and 0 deletions

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