Compare commits
2 commits
fe7f4644ae
...
07b312234f
Author | SHA1 | Date | |
---|---|---|---|
07b312234f | |||
0802f86fe8 |
2 changed files with 2 additions and 0 deletions
1
404.md
Normal file
1
404.md
Normal file
|
@ -0,0 +1 @@
|
|||
No encontré esta página... Quizás me podrías [avisar](Contacto.html). o/
|
1
build.sh
1
build.sh
|
@ -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
|
||||
|
|
Reference in a new issue