-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script> var exports = {}; </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/bundle.css" />
<!-- <script type="text/javascript" src="javascript.js">
</script> -->
</head>
<body>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="AA">
<label class="form-check-label" for="AA">
Antialiasing
</label>
</div>
<div id='test'></div>
<div id='test2'></div>
<div id='scrollbar'></div>
<div id="testbox"></div>
<div id="testbox2"></div>
</body>
<script src="dist/bundle.js"></script>
</html>