CSS include

This commit is contained in:
Michael Teeuw
2014-02-25 15:41:44 +01:00
parent 20090b5acd
commit 2ea15c1c0b
2 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
<html>
<head>
<title>Magic Mirror</title>
<link rel="stylesheet" type="text/css" href="css/main.css?nocache=<?php echo md5(microtime()) ?>">
<style type="text/css">
<?php include('css/main.css') ?>
</style>
<link rel="stylesheet" type="text/css" href="css/weather-icons.css">
<script type="text/javascript">
var gitHash = '<?php echo trim(`git rev-parse HEAD`) ?>';