aboutsummaryrefslogtreecommitdiff
path: root/server/app/views/main.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/app/views/main.scala.html')
-rw-r--r--server/app/views/main.scala.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/app/views/main.scala.html b/server/app/views/main.scala.html
index 0e9906e..416e157 100644
--- a/server/app/views/main.scala.html
+++ b/server/app/views/main.scala.html
@@ -13,6 +13,8 @@
<title>@title</title>
<link rel="stylesheet" media="screen" href="@routes.Assets.versioned("stylesheets/main.css")">
<link rel="shortcut icon" type="image/png" href="@routes.Assets.versioned("images/favicon.png")">
+ <link rel="stylesheet" media="screen" href="@routes.Assets.versioned("lib/bootstrap-3.3.7-dist/css/bootstrap.min.css")">
+ <link rel="stylesheet" media="screen" href="@routes.Assets.versioned("lib/bootstrap-3.3.7-dist/css/bootstrap.min.css")">
</head>
<body>
@* And here's where we render the `Html` object containing
@@ -20,5 +22,6 @@
@content
<script src="@routes.Assets.versioned("javascripts/main.js")" type="text/javascript"></script>
+ <script src="@routes.Assets.versioned("lib/bootstrap-3.3.7-dist/js/bootstrap.min.js")" type="text/javascript"></script>
</body>
</html>