nicolafranchini/VenoBox

Why .css Uncaught SyntaxError: Unexpected token '.'

Closed this issue · 2 comments

Sorry i just learned the front end

image
image

head load

<link rel="stylesheet" href="/venobox/venobox.min.css" />

body load

<script src="jquery.js"></script>
<script src="venobox/venobox.min.js"></script>

Why Error?

I don't know, have you tried to load the css without the initial slash?
<link rel="stylesheet" href="venobox/venobox.min.css" />

Oh!

It turns out that the problem is here!

Thank you very much!!