We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a226c9 commit a7dd068Copy full SHA for a7dd068
scalajs-tutorial.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>The Scala.js Tutorial</title>
6
+ </head>
7
+ <body>
8
+ <!-- Include JavaScript dependencies -->
9
+ <script type="text/javascript" src="./target/scala-2.13/scala-js-tutorial-jsdeps.js"></script>
10
+ <!-- Include Scala.js compiled code -->
11
+ <script type="text/javascript" src="./target/scala-2.13/scala-js-tutorial-opt.js"></script>
12
+ </body>
13
+</html>
0 commit comments