Changelog: mudanças entre as edições

De WaveFlyff
Ir para navegação Ir para pesquisar
Sem resumo de edição
Limpou toda a página
Etiqueta: anulando
 
(13 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">
        <table>
            <tr>
                <th>Changelog Atualização Guardiões do Inverno</th>
            </tr>
        </table>
       
        <h2 class="section-title">Novas Dungeons Liberadas</h2>
        <table>
            <tr>
                <th>Dungeon</th>
                <th>Dificuldade Normal</th>
                <th>Pesadelo</th>
                <th>Extremo</th>
                <th>Gear Score Normal</th>
                <th>Gear Score Pesadelo</th>
                <th>Gear Score Extremo</th>
                <th>Multiplicadores Normal</th>
                <th>Multiplicadores Pesadelo</th>
                <th>Multiplicadores Extremo</th>
            </tr>
            <tr>
                <td><strong>Asilo do Ankou</strong></td>
                <td>x1</td>
                <td>x2</td>
                <td>x3</td>
                <td>850</td>
                <td>870</td>
                <td>900</td>
                <td>HP x1 | Dano x1</td>
                <td>HP x2 | Dano x2</td>
                <td>HP x3 | Dano x3</td>
            </tr>
            <tr>
                <td><strong>Caverna do Kalgas</strong></td>
                <td>x1</td>
                <td>x2</td>
                <td>x3</td>
                <td>850</td>
                <td>870</td>
                <td>900</td>
                <td>HP x1 | Dano x1</td>
                <td>HP x2 | Dano x2</td>
                <td>HP x3 | Dano x3</td>
            </tr>
            <tr>
                <td><strong>Les Britannia Sancherko</strong></td>
                <td>x1</td>
                <td>x2</td>
                <td>x3</td>
                <td>850</td>
                <td>870</td>
                <td>900</td>
                <td>HP x1 | Dano x1</td>
                <td>HP x2 | Dano x2</td>
                <td>HP x3 | Dano x3</td>
            </tr>
            <tr>
                <td><strong>Reino Selvagem Fantasma</strong></td>
                <td>x1</td>
                <td>x2</td>
                <td>x3</td>
                <td>850</td>
                <td>870</td>
                <td>900</td>
                <td>HP x1 | Dano x1</td>
                <td>HP x2 | Dano x2</td>
                <td>HP x3 | Dano x3</td>
            </tr>
            <tr>
                <td><strong>Altar da Vida</strong></td>
                <td>x1</td>
                <td>x2</td>
                <td>x3</td>
                <td>850</td>
                <td>870</td>
                <td>900</td>
                <td>HP x1 | Dano x1</td>
                <td>HP x2 | Dano x2</td>
                <td>HP x3 | Dano x3</td>
            </tr>
        </table>
    </div>
</body>
</html>

Edição atual tal como às 18h04min de 18 de julho de 2025