dimanche 26 février 2017

External stylesheets and js files not linking in server

I have a website developed in bootstrap and laravel 5.0 I am trying to upload it to the 000webhost.com for testing purpose before going live on my domain. I have uploaded it on the server but the stylesheet and js files are not linking properly.

I have this on my actual file

<link rel="stylesheet" href="">
<!--animate.js-->
<link rel="stylesheet" href="">
<!--Font Awesome-->
<link rel="stylesheet" href=" ">
<!--customeJS-->
<script src=""></script>
<!--fullPage.js-->
<link rel="stylesheet" href="">

I have used

but when in 000webhost nothing is working properly when I opened the source file it is like this

 <link rel="stylesheet" href="http://ift.tt/2lTWrhx">
<!--animate.js-->
<link rel="stylesheet" href="http://ift.tt/2ms3BYi">
<!--Font Awesome-->
<link rel="stylesheet" href=" http://ift.tt/2lTYBgU">
<!--customeJS-->
<script src="http://ift.tt/2ms5FiO"></script>



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2lTYzWk
via IFTTT

Aucun commentaire:

Enregistrer un commentaire