<script>
method. Add the contents of the stylesheet to your style.css
file or import it externally.Add specific icons for certain file extensions by adding this to your
style.css
:.file-extension a::before {
background-image: url(/your/image/path/here);
}
A sample of this script can be found in the index.html
file that uses this repository as an example. You can view this example as a website here.