1 | <html> |
---|
2 | <head> |
---|
3 | <title>Directory Browsing Disabled</title> |
---|
4 | <style type="text/css"> |
---|
5 | html, body { |
---|
6 | height: 100%; |
---|
7 | } |
---|
8 | body { |
---|
9 | margin: 0; |
---|
10 | padding: 0; |
---|
11 | background-color: #fff; |
---|
12 | } |
---|
13 | #top { |
---|
14 | position: absolute; |
---|
15 | } |
---|
16 | h1, p { |
---|
17 | margin: 0; |
---|
18 | padding: 0.4em 0.5em; |
---|
19 | } |
---|
20 | #container { |
---|
21 | min-height: 100%; |
---|
22 | margin-bottom: -46px; |
---|
23 | } |
---|
24 | * html #container { |
---|
25 | height: 100%; |
---|
26 | } |
---|
27 | #footer-spacer { |
---|
28 | height: 46px; |
---|
29 | } |
---|
30 | #footer { |
---|
31 | border-top: 1px solid #AAA; |
---|
32 | padding-top: 10px; |
---|
33 | height: 35px; |
---|
34 | text-align: center; |
---|
35 | } |
---|
36 | </style> |
---|
37 | </head> |
---|
38 | <body> |
---|
39 | <div id="top"></div> |
---|
40 | <div id="container"> |
---|
41 | <p>Browsing for this directory has been disabled.</p> |
---|
42 | <p><a href="http://search.maven.org/#browse">View</a> this directory's contents on <a href="http://search.maven.org/#browse">http://search.maven.org</a> instead.</p> |
---|
43 | <div id="footer-spacer"></div> |
---|
44 | </div> |
---|
45 | <div id="footer"> |
---|
46 | <a href="/terms.html">Terms of Service</a> |
---|
47 | </div> |
---|
48 | </body> |
---|
49 | </html> |
---|
50 | |
---|