• This project
    • Loading...
  • Sign in

Martin Schipflinger / play-java-seed

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • play-java-seed
  • app
  • views
  • index.scala.html
  • Martin Schipflinger's avatar
    initial commit · df8c5d9e
    df8c5d9e Browse Files
    Martin Schipflinger authored 2018-03-23 08:16:05 +0100
index.scala.html 62 Bytes
Raw Blame History Permalink
1 2 3 4 5
@()

@main("Welcome to Play") {
  <h1>Welcome to Play!</h1>
}