fix: use proper root path

* even though it works the same this time
This commit is contained in:
surtur 2020-05-22 14:14:04 +02:00
parent b085a98e34
commit 1f7c100596
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -17,7 +17,7 @@
<![endif]--> <![endif]-->
<header> <header>
<div id="divlogoimg"> <div id="divlogoimg">
<img class="logoimg" src="./media/logo.png"> <img class="logoimg" src="/media/logo.png">
</div> </div>
</header> </header>