|
|
(17 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) |
Linha 1: |
Linha 1: |
| <html>
| | |
| <head>
| |
| <style>
| |
| body {
| |
| font-family: Arial, sans-serif;
| |
| }
| |
| .header {
| |
| text-align: center;
| |
| margin-bottom: 20px;
| |
| }
| |
| .header img {
| |
| width: 60%;
| |
| height: auto;
| |
| }
| |
| .table-container {
| |
| width: 90%;
| |
| margin: 0 auto;
| |
| }
| |
| table {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| margin-bottom: 20px;
| |
| }
| |
| th {
| |
| background-color: #a9def5;
| |
| text-align: left;
| |
| padding: 10px;
| |
| }
| |
| td {
| |
| padding: 10px;
| |
| border: 1px solid #ddd;
| |
| }
| |
| .section-title {
| |
| font-weight: bold;
| |
| }
| |
| ul {
| |
| padding-left: 20px;
| |
| }
| |
| </style>
| |
| </head>
| |
| <body>
| |
| <div class="header">
| |
| <img alt="Bannerwinter.png" src="https://i.imgur.com/Jub4Gvb.png">
| |
| <p>
| |
| Acesse as Changelogs anteriores
| |
| <a href="Changelogs" title="Changelogs">clicando aqui</a>.
| |
| </p>
| |
| </div>
| |
| <div class="table-container">
| |
|
| |
| </div>
| |
| </body>
| |
| </html>
| |