kraiklyn
kraiklyn copied to clipboard
How to use a jpg(or svg) logo for the site
I made a logo.html file with, for example:
<html>
<body>
<img src="logo.jpg" alt="Logo del mio sito">
</body>
</html>
And other variations, with div etc.. logo.jpg is in the same directory and work if I open it alone.