summaryrefslogtreecommitdiff
path: root/examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html')
-rw-r--r--examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html b/examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html
deleted file mode 100644
index 98b2705..0000000
--- a/examples/scala-js/examples/helloworld/helloworld-2.10-fastopt.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!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>