mistletoe111 commited on
Commit
289315e
·
verified ·
1 Parent(s): 0918b48

Upload test__1000124_www.castel.com.br

Browse files
test__1000124_www.castel.com.br/index.html ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
+
3
+ <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
4
+ <title>Locaweb HTTP Server</title>
5
+ <style type="text/css">
6
+ /*<![CDATA[*/
7
+ body {
8
+ background-color: #fff;
9
+ color: #000;
10
+ font-size: 0.9em;
11
+ font-family: sans-serif,helvetica;
12
+ margin: 0;
13
+ padding: 0;
14
+ }
15
+ :link {
16
+ color: #c00;
17
+ }
18
+ :visited {
19
+ color: #c00;
20
+ }
21
+ a:hover {
22
+ color: #f50;
23
+ }
24
+
25
+ h1 {
26
+ text-align: center;
27
+ margin: 0;
28
+ padding: 0.6em 2em 0.4em;
29
+ background-color: #BF0000;
30
+ color: #fff;
31
+ font-weight: normal;
32
+ font-size: 1.75em;
33
+ border-bottom: 2px solid #000;
34
+ }
35
+ h1 strong {
36
+ font-weight: bold;
37
+ }
38
+ h2 {
39
+ font-size: 1.1em;
40
+ font-weight: bold;
41
+ }
42
+ hr {
43
+ display: none;
44
+ }
45
+ .content {
46
+ padding: 1em 5em;
47
+ }
48
+ .content-columns {
49
+ /* Setting relative positioning allows for
50
+ absolute positioning for sub-classes */
51
+ position: relative;
52
+ padding-top: 1em;
53
+ }
54
+ .content-column-left {
55
+ /* Value for IE/Win; will be overwritten for other browsers */
56
+ width: 47%;
57
+ padding-right: 3%;
58
+ float: left;
59
+ padding-bottom: 2em;
60
+ }
61
+ .content-column-left hr {
62
+ display: none;
63
+ }
64
+ .content-column-right {
65
+ /* Values for IE/Win; will be overwritten for other browsers */
66
+ width: 47%;
67
+ padding-left: 3%;
68
+ float: left;
69
+ padding-bottom: 2em;
70
+ }
71
+ .content-columns>.content-column-left, .content-columns>.content-column-right {
72
+
73
+ /* Non-IE/Win */
74
+ }
75
+ img {
76
+ border: 2px solid #fff;
77
+ padding: 2px;
78
+ margin: 2px;
79
+ }
80
+ a:hover img {
81
+ border: 2px solid #f50;
82
+ }
83
+ /*]]>*/
84
+ </style>
85
+ </head>
86
+ <body>
87
+ <h1>Locaweb <strong>Test Page</strong></h1>
88
+ <div class="content">
89
+ <div class="content-middle">
90
+ <p>Se você está vendo esta página, significa que seu servidor está configurado corretamente, porém você não tem nenhum conteúdo disponível ainda.</p>
91
+ <p>If you see this page, it means that you have set up your web server correctly. but have not uploaded the site content yet.</p>
92
+ </div>
93
+ <hr/>
94
+ <div class="content-columns">
95
+ <div class="content-column-left">
96
+ <h2>Você tem as seguintes alternativas:</h2>
97
+ <p>Adicionar conteúdo na sua área utilizando FTP/SFTP</p>
98
+ <p>Instalar aplicações web diretamente através do instalador de aplicativos</p>
99
+ <p>Criar uma página index.html com um conteúdo alternativo a esta página</p>
100
+ <p>Para maiores informações, visite o <a href="#">wiki oficial da Locaweb</a>.</p>
101
+ <hr/>
102
+ </div>
103
+ <div class="content-column-right">
104
+ <h2>You have the following choices:</h2>
105
+ <p>You can upload your site contents using FTP/SFTP</p>
106
+ <p>You can install web applications on your site using the application installer</p>
107
+ <p>Create an alternative index.html page</p>
108
+ <p>For more information, check the <a href="#">official Locaweb wiki</a></p>
109
+ <p align="center"><a href="#"><b>Powered by Locaweb</b></a></p>
110
+ </div>
111
+ </div>
112
+ <font color="white">email: hm2503@spam.locaweb.com.br</font>
113
+ </div>
114
+ </body></html>