summaryrefslogtreecommitdiff
path: root/examples/helloworld/helloworld-2.11-fastopt.html
blob: dbf5598f007166bd4c719860bf6e8034a25f0af2 (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.11/helloworld-fastopt.js"></script>

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

</body>
</html>