summaryrefslogtreecommitdiff
path: root/examples/workbench-example-app/src/main/resources/index-opt.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/workbench-example-app/src/main/resources/index-opt.html')
-rw-r--r--examples/workbench-example-app/src/main/resources/index-opt.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/workbench-example-app/src/main/resources/index-opt.html b/examples/workbench-example-app/src/main/resources/index-opt.html
deleted file mode 100644
index 4f1f784..0000000
--- a/examples/workbench-example-app/src/main/resources/index-opt.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Example Scala.js application</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-</head>
-<body style="margin: 0px">
-
-<div>
- <canvas style="display: block" id="canvas" width="255" height="255"/>
-</div>
-
-<script type="text/javascript" src="../example-opt.js"></script>
-<script>
- ScalaJSExample().main(document.getElementById('canvas'));
-</script>
-</body>
-</html>