You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
220 B

4 years ago
  1. @(message: String)
  2. @main("Play with Scala.js") {
  3. <h2>Play and Scala.js share a same message</h2>
  4. <ul>
  5. <li>Play shouts out: <em>@message</em></li>
  6. <li>Scala.js shouts out: <em id="scalajsShoutOut"></em></li>
  7. </ul>
  8. }