Loading...
asked 5 month ago Votes
0 Answers
3 Views
I am developing a project and it requieres lots of css link tags. after using so many link my html files looks to clustered and hard to read.
Is there any way to store all the link tags in a single seperate file and import that file in index html file using only single line?
i tried using imports it was not working