I have this SVG file that I can either use as an img or a code in my HTML section, but I want to modify it through CSS, which is possible only if I insert the SVG file as an HTML file into my main HTML <body>.
I have tried to import it through <link rel="import href" "> and <link itemprop="location" href="location">, but it's not working. I want to know how I can insert or add a new HTML file to my HTML <body>.
I was following Travis Neilson's video tutorial for this and he used {%include example.html%} to insert the file. I don't know what platform or tool or mixin he used, but is it possible to add an HTML file inside the body of another HTML file?