Commit 63a5939b72212d6aec0b4221f6ca47d2a908cdaa
1 parent
5a461b37
feature: index.html erstellt
Showing
2 changed files
with
17 additions
and
8 deletions
src/main/webapp/index.html
0 → 100644
src/main/webapp/index.jsp
... | ... | @@ -7,11 +7,10 @@ |
7 | 7 | --%> |
8 | 8 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
9 | 9 | <html> |
10 | -<head> | |
11 | - <title>swXercise Application</title> | |
12 | -</head> | |
13 | -<body> | |
14 | - | |
15 | -</body> | |
16 | - <h2>swXercise Application is running.</h2> | |
17 | -</html> | |
10 | + <head> | |
11 | + <title>swXercise Application</title> | |
12 | + </head> | |
13 | + <body> | |
14 | + <h2>swXercise Application is running.</h2> | |
15 | + </body> | |
16 | +</html> | |
18 | 17 | \ No newline at end of file | ... | ... |