Cant view logo in my product landing page

what is wrong with my coding? i cant view my logo. what i see is just an icon. pls help my url is https://codepen.io/IJIKSON/pen/jObzNaK

Try whit this:

<image id="header-image" class="image" src="https://srv-file12.gofile.io/download/kyTjCp/logo.png" alt="palm oil logo"/>


This is the problem:

This path does not direct to an image, it does to a page
src="https://gofile.io/d/kyTjCp"

Now, how do you get the image path?
right click on the “download” button - copy link

And this is the path of the image:

src="https://srv-file12.gofile.io/download/kyTjCp/logo.png"

Please note, that image is not an HTML element. Read more here