mirror of
https://github.com/DidiDidi129/Website.git
synced 2026-04-05 12:04:38 +00:00
Fix broken HTML structure, missing closing div, and improve performance
Co-authored-by: DidiDidi129 <136057713+DidiDidi129@users.noreply.github.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
assets/.DS_Store
|
assets/.DS_Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
CNAME
|
CNAME
|
||||||
|
nohup.out
|
||||||
|
|||||||
10
index.html
10
index.html
@@ -42,13 +42,6 @@
|
|||||||
<li><a href="#bitcoin" class="icon brands fa-btc"><span class="label">Bitcoin</span></a></li>
|
<li><a href="#bitcoin" class="icon brands fa-btc"><span class="label">Bitcoin</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!--<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#intro">About</a></li>
|
|
||||||
<li><a href="#projects">Projects</a></li>
|
|
||||||
<li><a href="#moderation">Moderation</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
</header>
|
||||||
<!-- Main -->
|
<!-- Main -->
|
||||||
<div id="main">
|
<div id="main">
|
||||||
@@ -77,9 +70,10 @@
|
|||||||
<img style="padding-bottom: 20px;" src="images/btc.png" width="410" height="" alt="bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7" />
|
<img style="padding-bottom: 20px;" src="images/btc.png" width="410" height="" alt="bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7" />
|
||||||
<a target="_blank" class="button primary" href="bitcoin:bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7">Click Here to donate!</a>
|
<a target="_blank" class="button primary" href="bitcoin:bc1qq2tf5ahmeh4hhkn6r5a0nzpyzsht35dwmy9ts7">Click Here to donate!</a>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://widgets.coingecko.com/gecko-coin-price-chart-widget.js"></script>
|
<script defer src="https://widgets.coingecko.com/gecko-coin-price-chart-widget.js"></script>
|
||||||
<gecko-coin-price-chart-widget locale="en" dark-mode="true" outlined="true" coin-id="bitcoin" initial-currency="usd" width="100" height="0"></gecko-coin-price-chart-widget>
|
<gecko-coin-price-chart-widget locale="en" dark-mode="true" outlined="true" coin-id="bitcoin" initial-currency="usd" width="100" height="0"></gecko-coin-price-chart-widget>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<p class="copyright">© Didi 2025</p>
|
<p class="copyright">© Didi 2025</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user