-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
33 lines (21 loc) · 932 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nodedit</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="dist/css/screen.min.css">
</head>
<body data-env="dist">
<!-- LIBS -->
<script src="dist/js/libs/jquery.1.10.1.min.js"></script>
<script src="dist/js/libs/jquery-ui-1.10.3.min.js"></script>
<script src="dist/js/libs/handlebars.1.0.0.js"></script>
<script src="dist/js/libs/diffview.min.js"></script>
<script src="dist/js/libs/ace-min-noconflict/ace.js" charset="utf-8"></script>
<!-- APP -->
<script src="dist/js/Nodedit.min.js"></script>
<!-- MAIN APP -->
<div id="nodedit"></div>
</body>
</html>