CINXE.COM

Error 404: Page not found - Seite nicht gefunden

<!DOCTYPE html> <html> <head> <title>Error 404: Page not found - Seite nicht gefunden</title> <meta charset="UTF-8"/> <style> body { background-color: #f0f0e8; font-family: Verdana,Helvetica; font-size: 101% !important; } #error { background-color: #ffaaaa; padding: 1em; } #main { background-color: white; border: 1px solid #ccccb2; margin-left: auto; margin-right: auto; min-width: 20em; max-width: 60em; } #top { padding: 1em; display: flex; } #top1 { flex-grow: 1; display: flex; align-items: center; } #top2 { width: 200px; text-align: right; } #content { padding: 1em; border-top: 1.4em solid #ccd6e0; } #footer { border-top: 1px solid #ccccb2; font-size: 80%; padding: 1px 1em; } h1 { font-size: 120%; } a { color: #006699; text-decoration: none; } a:hover { color: #999966; cursor: pointer; } img { border: 0; } </style> </head> <body> <div id="main"> <div id="top"> <div id="top1"> <h1>Error 404: Page not found - Seite nicht gefunden</h1> </div> <div id="top2"> <a href="http://www.hu-berlin.de/"><img alt="HU-Logo" src="/errors/hulogo.svg"/></a> </div> </div> <div id="content"> <div id="error"> Error 404: Page not found - Seite nicht gefunden </div> <p> <a href="http://www2.hu-berlin.de/internal/index2.php">Page Index</a> </p> </div> <div id="footer"> &copy; ZE CMS, Humboldt-Universit&auml;t zu Berlin | <a href="mailto:webadm@cms.hu-berlin.de">Kontakt</a> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10