mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
15 lines
752 B
HTML
15 lines
752 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<title>Server Error</title>
|
|
<style>
|
|
*{margin:0;padding:0}
|
|
html,code{font:15px/22px arial,sans-serif}
|
|
html{background:#fff;color:#222;padding:15px}
|
|
body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}
|
|
* > body{background:url(/manager/img/ui/robot.png) 100% 5px no-repeat;padding-right:205px}
|
|
p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}
|
|
a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}
|
|
</style>
|
|
<a href="/"><img src="/assets/images/logo_sm.gif" alt=Google></a>
|
|
<p><b>500.</b> <ins>That's an error.</ins>
|
|
<p>Sorry, but the server encountered an error while processing your request.
|