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.
<img src="/cat.png">
+ Add it to your page like so: <img src="/neocities.png">
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