mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
mv com/google/domain/registry google/registry
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.
This commit is contained in:
parent
a41677aea1
commit
5012893c1d
2396 changed files with 0 additions and 0 deletions
15
java/google/registry/ui/html/error.html
Normal file
15
java/google/registry/ui/html/error.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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.
|
Loading…
Add table
Add a link
Reference in a new issue