Skip to content

Rename docs/main/getting-started/installation.md to docs/Painel ff#553

Open
atilarafaelbarros9-debug wants to merge 1 commit into
ionic-team:mainfrom
atilarafaelbarros9-debug:patch-1
Open

Rename docs/main/getting-started/installation.md to docs/Painel ff#553
atilarafaelbarros9-debug wants to merge 1 commit into
ionic-team:mainfrom
atilarafaelbarros9-debug:patch-1

Conversation

@atilarafaelbarros9-debug

Copy link
Copy Markdown
<title>Painel FF</title> <style> body{ margin:0; font-family:Arial, sans-serif; background:#111; color:white; } .header{ background:linear-gradient(90deg,#ff6a00,#ff9900); padding:15px; text-align:center; font-size:24px; font-weight:bold; } .container{ display:flex; gap:20px; padding:20px; flex-wrap:wrap; } .card{ background:#1e1e1e; border-radius:12px; padding:20px; width:250px; box-shadow:0 0 10px rgba(255,106,0,0.4); } .card h2{ margin-top:0; color:#ff9900; } button{ background:#ff6a00; color:white; border:none; padding:10px 15px; border-radius:8px; cursor:pointer; } button:hover{ background:#ff8800; } </style>
PAINEL FF
<div class="card">
    <h2>Jogador</h2>
    <p>ID: 123456789</p>
    <p>Nível: 65</p>
</div>

<div class="card">
    <h2>Estatísticas</h2>
    <p>Abates: <span id="kills">150</span></p>
    <p>Vitórias: 25</p>
</div>

<div class="card">
    <h2>Ações</h2>
    <button onclick="addKill()">+1 Abate</button>
</div>
<script> function addKill(){ let kills = document.getElementById("kills"); kills.textContent = Number(kills.textContent) + 1; } </script>

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

@atilarafaelbarros9-debug is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

@atilarafaelbarros9-debug

Copy link
Copy Markdown
Author
<title>Painel FF</title> <style> body{ margin:0; font-family:Arial, sans-serif; background:#111; color:white; } .header{ background:linear-gradient(90deg,#ff6a00,#ff9900); padding:15px; text-align:center; font-size:24px; font-weight:bold; } .container{ display:flex; gap:20px; padding:20px; flex-wrap:wrap; } .card{ background:#1e1e1e; border-radius:12px; padding:20px; width:250px; box-shadow:0 0 10px rgba(255,106,0,0.4); } .card h2{ margin-top:0; color:#ff9900; } button{ background:#ff6a00; color:white; border:none; padding:10px 15px; border-radius:8px; cursor:pointer; } button:hover{ background:#ff8800; } </style>
PAINEL FF
<div class="card">
    <h2>Jogador</h2>
    <p>ID: 123456789</p>
    <p>Nível: 65</p>
</div>

<div class="card">
    <h2>Estatísticas</h2>
    <p>Abates: <span id="kills">150</span></p>
    <p>Vitórias: 25</p>
</div>

<div class="card">
    <h2>Ações</h2>
    <button onclick="addKill()">+1 Abate</button>
</div>
<script> function addKill(){ let kills = document.getElementById("kills"); kills.textContent = Number(kills.textContent) + 1; } </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant