Hello,
I have recently been working on a project that requires me to embed an embedded svg through a url. It goes somewhat like this. <svg data> -> index.html -> <img src="index.html">
Can I get some help with this?
I have tried placing the svg data into an <img>
tag in index.html
but when I try to embed said image through <img src="./img/img.html">
it does not seem to work.