-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstarte.yaws
38 lines (27 loc) · 989 Bytes
/
starte.yaws
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
37
38
<!DOCTYPE html>
<html>
<head>
<title>E:localhost:28080</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Load the Sencha touch JS base JavaScript. -->
<script type="text/javascript" src="lib/sencha-touch-all-debug.js"></script>
<link href="lib/sencha-touch-debug.css" rel="stylesheet" type="text/css" />
<!-- Load BERT script -->
<script type="text/javascript" src="lib/bert.js"></script>
<!-- Load BERT-describe script -->
<script type="text/javascript" src="lib/describe.js"></script>
<!-- Load processing.js -->
<script type="text/javascript" src="lib/processing.js"></script>
<!-- Load d3.js -->
<script type="text/javascript" src="lib/d3.v3.min.js"></script>
<!-- Load startx script -->
<script type="text/javascript" src="js/e.js"></script>
<!-- Additional loads go in the HEAD-->
<erl>
out(Arg) ->
{yssi, "ewindows-entry.yaws"}.
</erl>
</head>
<body>
</body>
</html>