Merge branch 'devel'

This commit is contained in:
Sebastien 2018-11-20 19:35:27 +02:00
commit 8f7298f394
2 changed files with 7 additions and 2 deletions

View File

@ -82,6 +82,11 @@ public class GeneralWebView {
}
@RequestMapping("/500")
public String errorTest(Model model){
return "error/500";
}

View File

@ -10,8 +10,8 @@
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="manifest" href="/manifest.json"/>
<meta name="theme-color" content="#263238"/>