Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Mar 30, 2024
1 parent 10f1592 commit f3a18e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ <h1>Dry Fire</h1>
</sl-card>
</div>

<div class="footer" style="color: var(--sl-color-neutral-300)">
<p>Made with <sl-animation name="heartBeat" duration="99999" play><sl-icon style="font-size: 10px; color: #e25555;" name="suit-heart-fill"></sl-icon></sl-animation> by NonlinearFruit (<a href="https://github.com/NonlinearFruit/dry-fire">source</a>)</p>
</div>

<style>
body {
display: grid;
Expand All @@ -59,6 +63,10 @@ <h1>Dry Fire</h1>
grid-column: 2 / 3;
grid-row: 4 / 5;
}
.footer {
grid-column: 2 / 3;
grid-row: 5 / 6;
}
</style>
<script>
var audioCtx = new (window.AudioContext || window.webkitAudioContext || window.audioContext);
Expand Down

0 comments on commit f3a18e0

Please sign in to comment.