Add source code link

This commit is contained in:
2026-01-20 22:25:12 -06:00
parent 47ecbe6183
commit 7b1561acfa
2 changed files with 6 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
<section class="note"> <section class="note">
<h2>Note:</h2> <h2>Note:</h2>
<p>This project is forked from ddedodediamante's (I probbaly spelled that wrong) rarry project, I forked it so i could add some new features and blocks. It is still in heavy development so expect many bugs.</p> <p>This project is forked from ddedodediamante's (I probbaly spelled that wrong) rarry project, I forked it so i could add some new features and blocks. It is still in heavy development so expect many bugs.</p>
<a href="https://neogit.arc360hub.com/Ark/NeoIDE">DbgIDE Source code is here.</a>
</section> </section>
<footer> <footer>

View File

@@ -77,6 +77,11 @@
font-weight: 600; font-weight: 600;
} }
.note a {
font-size: 1rem;
font-weight: 600;
}
.cta-section h2 { .cta-section h2 {
font-size: 2rem; font-size: 2rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;