0
My Rels links don’t open on mobile devices like js css and images someone knows what might be going on?
<link rel="stylesheet" href="<?php echo BASE_CSS_SITE; ?>/bootstrap.min.css"/>
<link rel="stylesheet" href="<?php echo BASE_CSS_SITE; ?>/index.css"/>
<link rel="stylesheet" href="<?php echo BASE_CSS_SITE; ?>/jquery.slides.css"/>
What do you mean, crazy? Put your code in so we can see.
– Diego Souza
type on the computer it becomes responsive loads the styles and images, but if I access from a mobile device it breaks the js and images styles
– Lourençon O.
Put the code between the tags
head
.– Diego Souza
<link rel="stylesheet" href="<? php echo BASE_CSS_SITE; ? >/bootstrap.min.css"/> <link rel="stylesheet" href="<? php echo BASE_CSS_SITE; ? >/index.css"/> <link rel="stylesheet" href="<? php echo BASE_CSS_SITE; ? >/jquery.slides.css"/>
– Lourençon O.