diff options
author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-15 09:57:40 +0200 |
---|---|---|
committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-10-15 09:57:40 +0200 |
commit | aed2f6f6511d9fd027b24f3810f057f5182c3d60 (patch) | |
tree | 4194b2f7d68325da0c1c571780c27cd1cf07ea4f /id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp | |
parent | 9033146d29c45a9f9a781e0ff450981c27045c3d (diff) | |
parent | 0e55c7882ce4ed4fcb28e60c94dea6b325462ba5 (diff) | |
download | moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.tar.gz moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.tar.bz2 moa-id-spss-aed2f6f6511d9fd027b24f3810f057f5182c3d60.zip |
Merge branch 'web-config' into moa-id-3.0.0-snapshot
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp b/id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp index c9f1e00f6..34f228952 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp @@ -7,6 +7,7 @@ <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> + <link rel="stylesheet" type="text/css" href="../css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="../css/index.css"> <title><%=LanguageHelper.getGUIString("title", request) %></title> </head> |