This commit is contained in:
2026-02-24 02:18:50 -06:00
parent 0af381156a
commit 4d562c9d3c

View File

@@ -62,25 +62,27 @@
</header> </header>
<ul id="comments-list"></ul> <ul id="comments-list"></ul>
</div> </div>
<h2>Links</h2> <section class="about-content">
<ul> <h2>Links</h2>
<li> <ul>
<a <li>
href="https://www.youtube.com/watch?v=lW7vWfRI5oI" <a
target="_blank" href="https://www.youtube.com/watch?v=lW7vWfRI5oI"
rel="noopener" target="_blank"
>The Original Video</a rel="noopener"
> >The Original Video</a
</li> >
<li> </li>
<a <li>
href="https://github.com/DereC4/picsmics4" <a
target="_blank" href="https://github.com/DereC4/picsmics4"
rel="noopener" target="_blank"
>GitHub Repository</a rel="noopener"
> >GitHub Repository</a
</li> >
</ul> </li>
</ul>
</section>
<script src="commentsLoader.js"></script> <script src="commentsLoader.js"></script>
</body> </body>
</html> </html>