Closed xferguson closed 7 years ago
There is a 404 error in the browser from a GET /resources/css/demo.css coming from index.html line 5 <link rel="stylesheet" href="../css/demo.css">
GET /resources/css/demo.css
<link rel="stylesheet" href="../css/demo.css">
Is that file supposed to be there, or is that line supposed to be removed?
Right! Just fixed this! Thanks!
There is a 404 error in the browser from a
GET /resources/css/demo.css
coming from index.html line 5<link rel="stylesheet" href="../css/demo.css">
Is that file supposed to be there, or is that line supposed to be removed?