-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (27 loc) · 940 Bytes
/
index.html
File metadata and controls
34 lines (27 loc) · 940 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Augmath</title>
<link rel="stylesheet" href="public/css/jquery-ui.min.css">
<link rel="stylesheet" href="public/css/bootstrap/bootstrap.css">
<link rel="stylesheet" href="public/css/katex/katex.min.css">
<link rel="stylesheet" href="public/css/mathquill.css">
<link rel="stylesheet" href="public/css/qunit-2.0.0.css">
<link rel="stylesheet" type="text/css" href="client/main.css">
<link rel="stylesheet" href="public/css/verdict.css">
<style type="text/css">
.sortable-placeholder {
margin: 0px; padding: 5px; width: 15px;
display: inline-block;
}
</style>
</head>
<body>
<div id="app">
</div>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script type="text/javascript" src="client/lib/qunit-2.0.0.js"></script>
<script type="text/javascript" src="build/augmath.js"></script>
<!-- <script type="text/javascript" src="imports/tests.js"></script> -->
</html>