Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

88
Views
Css y js externos no se cargan en android

Cuando ejecuto HTML en Android, Chrome no carga los archivos CSS y js externos, todos los archivos están en la misma carpeta. Repo

Principiante aquí.

html

 <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Palindrome Checker</title> <link rel="stylesheet" href="/pali.css"> <!-- Before <link rel="stylesheet" href="pali.css"> also tried <link rel="stylesheet" href="./pali.css"> --> </head> <body> <h1>Palindrome Checker</h1> <div class="main"> <div class="holder"> <div class="bgimg"> <span>Type in here-</span> <input type="text" name="textin" label ="textin" id="Udt1" placeholder="Eg-Racecar"> <button class="btn" onclick="tex()">Check</button> </div> </div> <span class="anshold"><p id="udans"> </p> </span> </div> </body> <script src="/palindrome.js"></script> </html>
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

use ./ para su enlace css, no /, por ejemplo: ./pali.css

about 4 years ago · Juan Pablo Isaza Report

0

Si los archivos están en la misma carpeta como dijiste, la barra inclinada no es necesaria, simplemente <link rel="stylesheet" href="pali.css"> y <script src="palindrome.js"></script> . Si eso no funciona, también recomendaría buscar errores ortográficos en los nombres de los archivos.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!