Fixed script tags and @import. Has to be absolute path in order to work with the .htaccess file.

This commit is contained in:
K. Nobel
2017-01-20 14:48:00 +01:00
parent ada54561c7
commit ca28724274
2 changed files with 10 additions and 10 deletions

View File

@@ -2,8 +2,9 @@
<html>
<head>
<?php include("../views/head.php"); ?>
<script src="/js/masonry.js"></script>
<style>
@import url("styles/profile.css");
@import url("/styles/profile.css");
</style>
</head>
<body>