mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 19:52:40 +00:00
Fix my stupidity when naming my directories.
My naming convention put caps on everything and I was calling them without such capital letters Which breaks on pretty much any OS other than Windows...
This commit is contained in:
parent
e068995839
commit
173b977aaf
@ -7,8 +7,8 @@
|
||||
<title>lob.li - Objective Links | Link Resolver</title>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link href="Include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="Include/CSS/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
@ -66,7 +66,7 @@
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="include/Bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="Include/Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
jQuery(document).ready(function(){
|
||||
|
@ -7,8 +7,8 @@
|
||||
<title>lob.li - Objective Links | Link Statistics</title>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link href="include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="include/css/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link href="Include/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="Include/CSS/style.css?<?php echo time(); ?>" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Montserrat">
|
||||
|
||||
<link rel="shortcut icon" type="image/ico" href="lobli.ico"/>
|
||||
@ -105,7 +105,7 @@
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="include/Bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="Include/Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
jQuery(document).ready(function(){
|
||||
|
Loading…
Reference in New Issue
Block a user