diff --git a/public/neocities.png b/public/neocities.png new file mode 100644 index 00000000..83ead8e5 Binary files /dev/null and b/public/neocities.png differ diff --git a/views/tutorial/html/6.erb b/views/tutorial/html/6.erb index ba425380..ea978cca 100644 --- a/views/tutorial/html/6.erb +++ b/views/tutorial/html/6.erb @@ -5,10 +5,10 @@ Now let's add an image.
- Your Neocities web directory already includes a portrait of me called cat.png. + Your Neocities web directory already includes an image called neocities.png.
- Add it to your page like so:
<img src="/cat.png">
+ Add it to your page like so:
<img src="/neocities.png">
That's it! No closing tag needed for images. @@ -19,7 +19,7 @@

Links and Images

If the page or image you're referring to is already in your Neocities web directory, you can call it by its filename: for example, index.html or cat.png.

-

Otherwise, use full URLs like this: http://neocities.org/img/heartcat.png

+

Otherwise, use full URLs like this: https://neocities.org/img/heartcat.png