Skip to content

Commit

Permalink
Simplified HTML page.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Dec 21, 2024
1 parent a00bc0d commit 38eb2a8
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,42 +42,28 @@ <h1>Yu-Gi-Oh! Deck-Tool</h1>
by dragging cards.
</p>
</header>
<noscript>
<strong>
We're sorry but this application doesn't work properly
without JavaScript enabled. Please enable it to
continue.
</strong>
</noscript>
<main>
<noscript>
<strong>
We're sorry but this application doesn't work
properly without JavaScript enabled. Please enable
it to continue.
</strong>
</noscript>

<div
id="deckToolApplication"
class="deck-tool__application"
></div>
</main>
<footer class="deck-tool__footer">
<p>
<span
>Created by
<a
href="https://rilling.dev/"
target="_blank"
rel="noopener"
>
F. Rilling
</a>
</span>
|
<span>
<a
href="https://github.com/RillingDev/yugioh-deck-tool"
target="_blank"
rel="noopener"
>
Project source code
</a>
</span>
<a
href="https://github.com/RillingDev/yugioh-deck-tool"
target="_blank"
rel="noopener"
>
Project source code
</a>
</p>
</footer>
</div>
Expand Down

0 comments on commit 38eb2a8

Please sign in to comment.