kraiklyn icon indicating copy to clipboard operation
kraiklyn copied to clipboard

How to use a jpg(or svg) logo for the site

Open automataIA opened this issue 2 years ago • 0 comments

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.

automataIA avatar Dec 25 '22 12:12 automataIA