mirror of
https://github.com/google/nomulus.git
synced 2025-06-22 04:11:00 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
7
java/com/google/domain/registry/ui/html/BUILD
Normal file
7
java/com/google/domain/registry/ui/html/BUILD
Normal file
|
@ -0,0 +1,7 @@
|
|||
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
|
||||
|
||||
|
||||
filegroup(
|
||||
name = "html_files",
|
||||
srcs = glob(["*.html"]),
|
||||
)
|
15
java/com/google/domain/registry/ui/html/error.html
Normal file
15
java/com/google/domain/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.
|
6
java/com/google/domain/registry/ui/html/index.html
Normal file
6
java/com/google/domain/registry/ui/html/index.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta http-equiv="refresh" content="0;URL=/registrar">
|
||||
<title>Domain Registry</title>
|
||||
<body>
|
||||
If this page doesn't change automatically, please go
|
||||
to <a href="/registrar">http://registry.google.com/registrar</a>
|
Loading…
Add table
Add a link
Reference in a new issue