
Acá dejo el codigo. ("Descomenten" y coloquen la llave " < " para que funcione.)
# html>
# head>
# title>- ooops! - /title>
# link rel="stylesheet" href="404.css" type="text/css" media="all" />
# /head>
# body>
# span class="neg">ERROR 404 - /span>
# p>
# The page is missing or never was written. You can wait and
# See if it becomes available again, or you can restart your computer.
# /p>
# p>
# * Send us an e-mail to notify this and try it later.
#
# * Press CTRL+ALT+DEL to restart your computer. You will
# lose unsaved information in any programs that are running.
# /p>
# Press any link to continue
# div class="menu">
# a href="index.html">index |
a href="contact.html">webmaster |
# /div>
# /body>
# /html>
y Acá dejo el css (debemos generar un archivo con le nombre 404.css) y colocarle el siguiente codigo.
#body {
# background:#0000aa;
# color:#ffffff;
# font-family:courier;
# font-size:12pt;
# text-align:center;
# margin:100px;
#}
#
#blink {
# color:yellow;
#}
#
#.neg {
# background:#fff;
# color:#0000aa;
# padding:2px 8px;
# font-weight:bold;
#}
#
#p {
# margin:30px 100px;
# text-align:left;
#}
#
#a,a:hover {
# color:inherit;
# font:inherit;
#}
#
#.menu {
# text-align:center;
# margin-top:50px;
#}
No hay comentarios:
Publicar un comentario