Multiple Calendar Support

This commit is contained in:
Jonathan Vogt
2016-01-25 21:59:15 +01:00
parent a201ef4e53
commit a2eeebd2e7
10 changed files with 2894 additions and 92 deletions

View File

@@ -5,6 +5,7 @@
<?php include('css/main.css') ?>
</style>
<link rel="stylesheet" type="text/css" href="css/weather-icons.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<script type="text/javascript">
var gitHash = '<?php echo trim(`git rev-parse HEAD`) ?>';
</script>
@@ -36,4 +37,4 @@
<script src="js/main.js?nocache=<?php echo md5(microtime()) ?>"></script>
<!-- <script src="js/socket.io.min.js"></script> -->
</body>
</html>
</html>