Describe your feature request
What problem(s) would this feature solve?
Explain what you were trying to do when you came across the problem leading to this feature request
Describe your feature request
What problem(s) would this feature solve?
Explain what you were trying to do when you came across the problem leading to this feature request
Hi the to complete the project. Here is the link
Hey @AdamuMadu!
The link you posted is a chat from ChatGPT and can’t be accessed by other people.
What exactly do you need help with? If you want to add a picture and you are using HTML you cant follow this to add images: HTML Images. You can import images into your Repl by clicking the 3 dots next to Files
on the left sidebar in your Repl, next click Upload File
and you are good to go, then you can use the image tag to add it in
<img src="url-to-image" alt="alternate-text">
(Make sure to replace the src=
url with your image url and alt=
with the alternate text you want displayed if the image doesn’t load).
I hope this helps!