diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 00:35:15 +0200 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 00:35:15 +0200 |
commit | f48188fa0644d1d19b7c4a53cfef72702cc79f16 (patch) | |
tree | 585d4796c08dfe4673f89ef3f6becc312dab9fef /about/index.html | |
parent | 422e76ad8def4aa115b4d76c1684ee901b4946a6 (diff) | |
download | VoidNet_Site-f48188fa0644d1d19b7c4a53cfef72702cc79f16.tar.gz VoidNet_Site-f48188fa0644d1d19b7c4a53cfef72702cc79f16.tar.zst |
Fixed image in about page
Diffstat (limited to 'about/index.html')
-rw-r--r-- | about/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/index.html b/about/index.html index cbe0e15..8b0d370 100644 --- a/about/index.html +++ b/about/index.html @@ -40,7 +40,7 @@ <div class="container-fluid h-100"> <div class="container-fluid w-100 mb-4 content_box shadow rounded-2"> <center> -<img src="img/voidnet_logo.png" width="128px" height="128px"></img> +<img src="/img/voidnet_logo.png" width="128px" height="128px"></img> <br/> <h1 class="wtext content_title">About</h1> <span class="wtext content_text"> |