forked from scientific-software-hub/middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 728 Bytes
/
index.html
File metadata and controls
20 lines (18 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test Waltz Core</title>
<!-- mocha -->
<link href="https://unpkg.com/mocha@4.0.1/mocha.css" rel="stylesheet" />
<script src="https://unpkg.com/chai@4.1.2/chai.js"></script>
<script src="https://unpkg.com/mocha@4.0.1/mocha.js"></script>
<!-- webix -->
<link rel="stylesheet" href="https://cdn.webix.com/7.0/skins/mini.css" type="text/css">
<script type="application/javascript" src="https://cdn.webix.com/7.0/webix.js"></script>
<!--script type="module" src="test/setup.js"></script>
<script type="module" src="test/run.js"></script-->
<script type="module" src="test/test.js"></script>
<body>
</body>
</html>