summaryrefslogtreecommitdiff
path: root/examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html
blob: 98b2705643f9dafdc1e9b148b89bf7c85d36c4a4 (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-fastopt.js"></script>

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

</body>
</html>