We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cea4e commit 88c4bdbCopy full SHA for 88c4bdb
scalajs-tutorial.html
@@ -0,0 +1,11 @@
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 Scala.js compiled code -->
9
+ <script type="text/javascript" src="./target/scala-2.13/scala-js-tutorial-opt/main.js"></script>
10
+ </body>
11
+</html>
0 commit comments