first commit

This commit is contained in:
Michael Teeuw
2014-02-19 16:45:36 +01:00
commit cfff71a936
14 changed files with 954 additions and 0 deletions

25
index.html Normal file
View File

@@ -0,0 +1,25 @@
<html>
<head>
<title>Magic Mirror</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/weather-icons.css">
</head>
<body>
<div class="TopLeft time"></div>
<div class="TopRight temp"></div>
<div class="Center compliment"></div>
<div class="Bottom">
</div>
<script src="js/jquery.js"></script>
<script src="js/jquery.feedToJSON.js"></script>
<script src="js/main.js"></script>
</body>
</html>