-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-dev.html
26 lines (20 loc) · 869 Bytes
/
index-dev.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
<!DOCTYPE html>
<html>
<head>
<title>Example Scala.js application</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<h1>Example Scala.js application - development version</h1>
<p>After having compiled and packaged properly the code for the application
(using `sbt packageJS`), you should see "It works" herebelow.
See README.md for detailed explanations.</p>
<div id="playground">
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.js"></script>
<script type="text/javascript" src="./js/travisObject.js"></script>
<script type="text/javascript" src="./target/scala-2.10/travisstub-extdeps.js"></script>
<script type="text/javascript" src="./target/scala-2.10/travisstub-intdeps.js"></script>
<script type="text/javascript" src="./target/scala-2.10/travisstub.js"></script>
</body>
</html>