Browse Source

test index doc page

master
zeus 4 years ago
parent
commit
e6d66ab6ba
  1. 12
      swarmlab/index-test.html

12
swarmlab/index-test.html

@ -11,10 +11,10 @@
<title>Swarmlab.io</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="/css/scrolling-nav.css" rel="stylesheet">
</head>
@ -320,14 +320,14 @@ Swarmlab is a powerful collaboration tool that connects tutors and students in a
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
<script src="/js/scrolling-nav.js"></script>
<script>
$('#search').on('keyup keypress', function(e) {

Loading…
Cancel
Save