diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-13 06:53:21 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-13 06:53:21 +0100 |
commit | 40587910f553c3c354da4b4e4181c933e97253b1 (patch) | |
tree | 2c275ef07da22f5697f16449405c667c86dc9a8d /public/projects | |
parent | 992333b0e82ae73c4e035176659690aad0632e8d (diff) |
fixed dumb image mistake
Diffstat (limited to 'public/projects')
-rw-r--r-- | public/projects/Qtile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/projects/Qtile.html b/public/projects/Qtile.html index 7280157..c396fae 100644 --- 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> |