Changed links to absolute path.

This commit is contained in:
K. Nobel
2017-01-20 15:02:05 +01:00
parent ca28724274
commit e547712b2a
7 changed files with 15 additions and 15 deletions

View File

@@ -3,9 +3,9 @@
<title>MyHyvesbook+</title>
<link rel="stylesheet"
type="text/css"
href="styles/main.css">
href="/styles/main.css">
<link rel="stylesheet"
type="text/css"
href="styles/index.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
href="/styles/index.css">
<script src="/js/jquery.js"></script>
</head>