Changed to Relative Path

This commit is contained in:
Daisuke Oka 2017-11-29 16:25:22 +09:00
parent b45ee5ffd4
commit bf4bcde7f9
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Type</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
@ -33,6 +33,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.4.2/localforage.min.js"></script>
<script src="/js/index.js"></script>
<script src="./js/index.js"></script>
</body>
</html>