diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/home.html | 3 | ||||
-rw-r--r-- | cgi/templates/trash.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/cgi/templates/home.html b/cgi/templates/home.html index 1875fd2..7784c7c 100644 --- a/cgi/templates/home.html +++ b/cgi/templates/home.html @@ -64,7 +64,8 @@ <a href="/movil.html">BaI Móvil</a> · <a href="/cgi/stats" target="_blank">Estadísticas</a> · <a href="/archivo.html" target="_blank">Archivo</a> · - <a href="/api.html" target="_blank">API</a> + <a href="/api.html" target="_blank">API</a> · + <a href="/basural.html" target="_blank">Basural</a> </div> </td> </tr> diff --git a/cgi/templates/trash.html b/cgi/templates/trash.html index 1bffc08..0bd5d8e 100644 --- a/cgi/templates/trash.html +++ b/cgi/templates/trash.html @@ -70,7 +70,7 @@ td:nth-child(even) { </style> </head> <body> -<a href="/bai.html" id="back_sm"><&<<<<lt; Volver</a> +<a href="/bai.html" target="_top" id="back_sm"><&<<<<lt; Volver</a> <div id="title"> <img src="/basura1.gif" style="width:72px;height:130px;" /> @@ -99,7 +99,7 @@ td:nth-child(even) { <hr /> <div id="back"> - <a href="/bai.html"><< Volver <<</a> + <a href="/bai.html" target="_top"><< Volver <<</a> <img src="/basura3.gif" style="width:200px;height:260px;" /> <img src="/basura3.gif" style="width:200px;height:260px;" /> <img src="/basura3.gif" style="width:200px;height:260px;" /> |