summaryrefslogtreecommitdiff
path: root/examples/scala-js/examples/helloworld/helloworld-2.10.html
blob: 80b00b9e425094dab2942897c1325475aa03b6b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <title>Hello world - Scala.js example</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>

<div id="playground">
</div>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

<script type="text/javascript" src="./target/scala-2.10/helloworld-opt.js"></script>

<script type="text/javascript" src="./target/scala-2.10/helloworld-launcher.js"></script>

</body>
</html>