I wanted to create a link to a dowload in my HTML, but I did not want to save this content in a separate file, but in the html itself.
In images you can do something like this
<img alt="Embedded Image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIA..." />
Is it possible for links?