Import code from internal repository to git

This commit is contained in:
Justine Tunney 2016-03-01 17:18:14 -05:00
commit 0ef0c933d2
2490 changed files with 281594 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package(default_visibility = ["//java/com/google/domain/registry:registry_project"])
filegroup(
name = "html_files",
srcs = glob(["*.html"]),
)

View 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.

View 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>