-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (23 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
33 lines (23 loc) · 1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Timer Clock</title>
</head>
<body>
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<!-- <script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="node_modules/hammerjs/hammer.min.js"></script> -->
<!-- <script src="materialize.css"></script> -->
<link type="text/css" rel="stylesheet"
href="node_modules/materialize-css/dist/css//materialize.min.css" media="screen,projection"/>
<script type="text/javascript" src="node_modules/materialize-css/dist/js/materialize.js"></script>
<link type="text/css" rel="stylesheet"
href="./mobiscroll.jquery.min.css" media="screen,projection"/>
<script type="text/javascript" src="./mobiscroll.jquery.min.js"></script>
<script type="text/javascript" src="./renderer.js"></script>
<!-- Mobiscroll JS and CSS Includes -->
<div id="demo" ></div>
</body>
</html>