0
Guys anyone can help. I wrote my entire website on my linux ubuntu they is presentend well but now i moved it androind
my website can't access it's images,css,script but everything it's in the wright folder. <link rel="stylesheet " href="assets/css/mystyle.css"> I even try this <link rel="stylesheet" href="/storage/emulated/0/My Projects/website.html/assets/css/mystyle.css" type="text/css".
5 ответов
+ 3
wierd,
there are an applicatiom to setup local webserver (like xampp or lampp) in android, maybe you can try one of those.
+ 2
use relative path instead
asset/css/mystyle.css
0
I used it . it only on pc but it can't work on my android device
0
remember it is not yet published it is just a project I am working on
0
thanks I will try