| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
|
| <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
| <title>Locaweb HTTP Server</title> |
| <style type="text/css"> |
| |
| body { |
| background-color: #fff; |
| color: #000; |
| font-size: 0.9em; |
| font-family: sans-serif,helvetica; |
| margin: 0; |
| padding: 0; |
| } |
| :link { |
| color: #c00; |
| } |
| :visited { |
| color: #c00; |
| } |
| a:hover { |
| color: #f50; |
| } |
| |
| h1 { |
| text-align: center; |
| margin: 0; |
| padding: 0.6em 2em 0.4em; |
| background-color: #BF0000; |
| color: #fff; |
| font-weight: normal; |
| font-size: 1.75em; |
| border-bottom: 2px solid #000; |
| } |
| h1 strong { |
| font-weight: bold; |
| } |
| h2 { |
| font-size: 1.1em; |
| font-weight: bold; |
| } |
| hr { |
| display: none; |
| } |
| .content { |
| padding: 1em 5em; |
| } |
| .content-columns { |
| |
| |
| position: relative; |
| padding-top: 1em; |
| } |
| .content-column-left { |
| |
| width: 47%; |
| padding-right: 3%; |
| float: left; |
| padding-bottom: 2em; |
| } |
| .content-column-left hr { |
| display: none; |
| } |
| .content-column-right { |
| |
| width: 47%; |
| padding-left: 3%; |
| float: left; |
| padding-bottom: 2em; |
| } |
| .content-columns>.content-column-left, .content-columns>.content-column-right { |
| |
| |
| } |
| img { |
| border: 2px solid #fff; |
| padding: 2px; |
| margin: 2px; |
| } |
| a:hover img { |
| border: 2px solid #f50; |
| } |
| |
| </style> |
| </head> |
| <body> |
| <h1>Locaweb <strong>Test Page</strong></h1> |
| <div class="content"> |
| <div class="content-middle"> |
| <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> |
| <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> |
| </div> |
| <hr/> |
| <div class="content-columns"> |
| <div class="content-column-left"> |
| <h2>Você tem as seguintes alternativas:</h2> |
| <p>Adicionar conteúdo na sua área utilizando FTP/SFTP</p> |
| <p>Instalar aplicações web diretamente através do instalador de aplicativos</p> |
| <p>Criar uma página index.html com um conteúdo alternativo a esta página</p> |
| <p>Para maiores informações, visite o <a href="#">wiki oficial da Locaweb</a>.</p> |
| <hr/> |
| </div> |
| <div class="content-column-right"> |
| <h2>You have the following choices:</h2> |
| <p>You can upload your site contents using FTP/SFTP</p> |
| <p>You can install web applications on your site using the application installer</p> |
| <p>Create an alternative index.html page</p> |
| <p>For more information, check the <a href="#">official Locaweb wiki</a></p> |
| <p align="center"><a href="#"><b>Powered by Locaweb</b></a></p> |
| </div> |
| </div> |
| <font color="white">email: hm2503@spam.locaweb.com.br</font> |
| </div> |
| </body></html> |