Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Anandkumar Chandran
/
ve-agaram
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Blame view
app/views/index.scala.html
108 Bytes
Raw
Normal View
History
Permalink
Initiate VE.AGARAM
6abd2c5e
Anandkumar Chandran
authored
2013-04-04 14:29:31 +0530
1
2
3
4
5
6
7
@(message: String)
@main("Welcome to Play 2.1") {
@play20.welcome(message, style = "Java")
}