summaryrefslogblamecommitdiff
path: root/example/src/main/resources/index-dev.html
blob: 6f27812d448c483ac19affffae09752cacc38841 (plain) (tree)
1
2
3
4
5
6




                                                                      
                                                              







                                                                         
 
        
                                    


         
<!DOCTYPE html>
<html>
<head>
  <title>Example Scala.js application</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <script type="text/javascript" src="/workbench.js"></script>
</head>
<body style="margin: 0px">

<div>
    <canvas style="display: block" id="canvas" width="255" height="255"/>
</div>

<script type="text/javascript" src="../example-fastopt.js"></script>

<script>
    example.ScalaJSExample().main();
</script>
</body>
</html>