update index.php content, add script tag to picrew.php

This commit is contained in:
emma 2024-12-11 09:04:59 -05:00
parent c0e1f1e8e0
commit 8da128631f
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<h3>a blog about my life in general</h3>
<ul>
<li><a href="https://blog.hypertext.city">my blog</a></li>
<li><a href="https://blog.hypertext.city">walk with me for a moment</a></li>
</ul>
</section>
</main>

View File

@ -46,5 +46,6 @@
</figure>
</div>
</section>
<script src="../script/image-enlarger.js"></script>
</body>
</html>