uni

Thing1's amazing uni repo
Log | Files | Refs

commit f9de793e400eee9d701642afd889163f2db9d5f6
parent 275897d9f4ab92c3847f0de3be2d91dad6f8eda0
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 17:33:49 +0000

fixed photo

Diffstat:
MCS10120/project/index.html | 2+-
MCS10120/project/style.css | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -62,7 +62,7 @@ <p>This page is all my own writing, styling and work; excluding images used, which are linked accordingly. No AI tools were used to make this page, or any pages it links to, it was all written by hand, by me!</p> <hr> <div id="photo"> - <a href="https://analognowhere.com"><img src=images/release.jped alt="Cirno and Glenda reading the great texts"></a> + <a href="https://analognowhere.com"><img src=images/release.jpeg alt="Cirno and Glenda reading the great texts"></a> <em>Cirno and Glenda reading the great texts</em> </div> diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -110,4 +110,5 @@ footer table { #photo { margin: auto; + width: 40%; }