forked from MagicMirrorOrg/MagicMirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-simple.php
50 lines (25 loc) · 1.11 KB
/
test-simple.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>Magic Mirror</title>
<link type="text/css" rel="stylesheet" href="/css/lib/fullcalendar/fullcalendar.css" media="all">
<link type="text/css" rel="stylesheet" href="/css/flex.css" media="all">
<link type="text/css" rel="stylesheet" href="/css/style.css" media="all">
<link rel="stylesheet" type="text/css" href="/css/weather-icons.css">
<meta name="google" value="notranslate" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="calendar-tomorrow"></div>
<div id="calendar-today"></div>
<script src="js/lib/jQuery/jquery.js"></script>
<script src="js/lib/moment/moment-with-locales.min.js"></script>
<script src="js/lib/jquery/jquery.matchHeight.js"></script>
<script src="js/lib/fullcalendar/fullcalendar.js"></script>
<script src="js/mmlib/config.js"></script>
<script src="js/custom/controller.js"></script>
<script src="js/mmlib/main.js?nocache=<?php echo md5(microtime()) ?>"></script>
<script src="js/custom/fullcalendar.config.js"></script>
<script>
</script>
</body>
</html>