I have a problem with hosting app on Azure Web App. I need to host an app with javascript files. Thanks
I am able to host plain HTML and CSS website when I have all the files in the "src" folder. I have these relative paths in the "head" part of the code <link href="../lib/animate/animate.min.css" rel="stylesheet">
but they do not work. What should I do?