-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
36 lines (28 loc) · 1.23 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/miller.css"/>
<link rel="stylesheet" href="css/miller-material.css"/>
<link rel="stylesheet" href="css/material-design-font-style.css"/>
<link rel="stylesheet" href="demo/css/demo.css"/>
<link rel="stylesheet" href="demo/css/simple-dropdown.css"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/miller.js"></script>
<!--These libraries are only needed for the demo-->
<script type="text/javascript" src="demo/js/lokijs.min.js"></script>
<script type="text/javascript" src="demo/js/simple-popup.min.js"></script>
<script type="text/javascript" src="demo/js/demo.js"></script>
<script type="text/javascript" src="demo/js/simple-dropdown.js"></script>
</head>
<body style = "text-align: center">
<div class="switch demo3">
<h3>Editable?</h3>
<input type="checkbox" id="read_only_input" value="off">
<label><i></i></label>
</div>
<i> You can try the responsiveness by resizing your browser or viewing this page on your mobile. </i>
<div id="category-miller-cols-container">
</div>
</body>
</html>