Skip to content
Snippets Groups Projects
Select Git revision
  • c75f277f8e045856892234baf08cb20a16e33f45
  • master default protected
2 results

index.scala.html

Blame
  • index.scala.html 62 B
    @()
    
    @main("Welcome to Play") {
      <h1>Welcome to Play!</h1>
    }