Compare commits
No commits in common. "07b312234f39115d65ae1d355a31838226ecd9f1" and "fe7f4644aed620bfb24f54967a855b5a6446341e" have entirely different histories.
07b312234f
...
fe7f4644ae
2 changed files with 0 additions and 2 deletions
1
404.md
1
404.md
|
@ -1 +0,0 @@
|
|||
No encontré esta página... Quizás me podrías [avisar](Contacto.html). o/
|
1
build.sh
1
build.sh
|
@ -3,7 +3,6 @@
|
|||
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
|
||||
|
|
Reference in a new issue