I created some lines of CSS for my site and I want to upload it in the stylesheet. The file path's link is:
file:///storage/emulated/0/Download/test.css
So, I used this code:
<link rel='stylesheet' href='file:///storage/emulated/0/Download/test.css'></link>
You would have already guessed that this wouldn't work. Now please tell me how to upload this file to my source code.