Skip to content

Commit

Permalink
added html
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wester committed Jun 7, 2012
1 parent 95efb0b commit c02db5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


<html>
<head>
<title>Welcome!</title>
</head>
<body>
<h1>Welcome ${user}!</h1>
</body>
</html>
7 changes: 7 additions & 0 deletions src/main/resources/web/build.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<head>
<title>Build Results</title>
</head>
<body>
</body>
</html>

0 comments on commit c02db5b

Please sign in to comment.