uni

Thing1's amazing uni repo
Log | Files | Refs

commit 2cbd3efc93f73a97941c3eba75aac62d817add91
parent f0f5efdd282ffedb606fd3d8f62d795f99bbf87a
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Thu,  5 Mar 2026 12:53:35 +0000

fixed css

Diffstat:
MCS10120/project/index.html | 2+-
1 file changed, 1 insertion(+), 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 max-height="50%" max-width="50%" src=images/release.jpeg alt="Cirno and Glenda reading the great texts"></a> + <a href="https://analognowhere.com"><img style="max-height='50%'; max-width='50%;'" src=images/release.jpeg alt="Cirno and Glenda reading the great texts"></a> <br> <small class="verysmall"><em>Cirno and Glenda reading the great texts</em></small> </div>