website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 40587910f553c3c354da4b4e4181c933e97253b1
parent 992333b0e82ae73c4e035176659690aad0632e8d
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Mon, 13 May 2024 06:53:21 +0100

fixed dumb image mistake

Diffstat:
Mpublic/projects/Qtile.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/projects/Qtile.html b/public/projects/Qtile.html @@ -73,7 +73,7 @@ </p> <p>Here is an example of my current desktop</p> - <img src="Images/QtileDesktop.png" alt="Silly desktop" width="750" height="auto" > + <img src="../Images/QtileDesktop.png" alt="Silly desktop" width="750" height="auto" > <a href="https://gitlab.com/Shipwreckt/Qtile-conf">Gitlab project</a> </div> </div>