mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
fixed js/css path
This commit is contained in:
parent
014504b9f5
commit
78600b082f
@ -33,8 +33,8 @@ echo '
|
||||
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||
|
||||
<!-- Gallery -->
|
||||
<link type="text/css" rel="stylesheet" href="css/gallery.css">
|
||||
<script type="application/javascript" src="src/gallery.php"></script>
|
||||
<link type="text/css" rel="stylesheet" href="./css/gallery.css">
|
||||
<script type="application/javascript" src="./src/gallery.php"></script>
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="'.$path.'/css/style.css">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user