summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/index.php b/public/index.php
index ac41acc..eab78af 100644
--- a/public/index.php
+++ b/public/index.php
@@ -134,12 +134,12 @@ $csrf = csrf_token();
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Java</title>
- <link rel="stylesheet" href="codemirror.css">
- <link rel="stylesheet" href="eclipse.css">
+ <link rel="stylesheet" href="dist/codemirror.css">
+ <link rel="stylesheet" href="dist/eclipse.css">
<link rel="stylesheet" href="site.css">
- <script src="jquery-1.12.4.min.js"></script>
- <script src="codemirror.js"></script>
- <script src="clike.js"></script>
+ <script src="dist/jquery-1.12.4.min.js"></script>
+ <script src="dist/codemirror.js"></script>
+ <script src="dist/clike.js"></script>
<script src="site.js"></script>
</head>
<body>