summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorfahimkhan2016-09-30 16:59:27 +0530
committerfahimkhan2016-09-30 16:59:27 +0530
commitf54f5d58a5818e82284ba38e5cb1af4b629ba456 (patch)
tree7f46aa7035ece0eadb655f595dd1ead40e175c58 /views
parent8d35e38c3e7349d37f1332b56d5f28bcdf1fb7bf (diff)
downloadOnline-NgSpice-Simulator-f54f5d58a5818e82284ba38e5cb1af4b629ba456.tar.gz
Online-NgSpice-Simulator-f54f5d58a5818e82284ba38e5cb1af4b629ba456.tar.bz2
Online-NgSpice-Simulator-f54f5d58a5818e82284ba38e5cb1af4b629ba456.zip
Make static url proper for server
Diffstat (limited to 'views')
-rw-r--r--views/head.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/views/head.html b/views/head.html
index 04a091c..0512ceb 100644
--- a/views/head.html
+++ b/views/head.html
@@ -2,20 +2,21 @@
<meta charset="UTF-8">
<title><%= title %></title>
<!-- Bootstrap core CSS -->
-<link rel="stylesheet" href="../css/bootstrap.min-3.3.6.css">
+<link rel="stylesheet" href="/static/css/bootstrap.min-3.3.6.css">
<!-- Custom styles for this template -->
-<link href="../css/customstylesheet.css" rel="stylesheet">
+<link href="/static/css/customstylesheet.css" rel="stylesheet">
<!--Favicon-->
-<link rel="shortcut icon" href="../images/favicon.ico" />
+<link rel="shortcut icon" href="/static/images/favicon.ico" />
-<script src="/socket.io/socket.io.js"></script>
-<script src="../js/plotly-latest.min.js"></script>
+<!-- <script src="/socket.io/socket.io.js"></script> -->
+<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
+<script src="/static/js/plotly-latest.min.js"></script>
<!-- Bootstrap JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-<script>window.jQuery || document.write('<script src="../js/jquery.min.js"><\/script>')</script>
+<script>window.jQuery || document.write('<script src="/static/js/jquery.min.js"><\/script>')</script>
<!-- Bootstrap core JS -->
-<script src="../js/bootstrap.min-3.3.6.js"></script> \ No newline at end of file
+<script src="/static/js/bootstrap.min-3.3.6.js"></script> \ No newline at end of file