aboutsummaryrefslogtreecommitdiff
path: root/app/views/main.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/main.scala.html')
-rw-r--r--app/views/main.scala.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/views/main.scala.html b/app/views/main.scala.html
deleted file mode 100644
index 5025aa5..0000000
--- a/app/views/main.scala.html
+++ /dev/null
@@ -1,15 +0,0 @@
1@(title: String)(content: Html)
2
3<!DOCTYPE html>
4
5<html>
6 <head>
7 <title>@title</title>
8 <link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")">
9 <link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")">
10 <script src="@routes.Assets.at("javascripts/hello.js")" type="text/javascript"></script>
11 </head>
12 <body>
13 @content
14 </body>
15</html>