Commit 63a5939b72212d6aec0b4221f6ca47d2a908cdaa

Authored by Thomas Ziemer
1 parent 5a461b37

feature: index.html erstellt

src/main/webapp/index.html 0 → 100644
  1 +<!DOCTYPE html>
  2 +<html lang="de">
  3 + <head>
  4 + <meta charset="UTF-8">
  5 + <title>swXercise Application</title>
  6 + </head>
  7 + <body>
  8 + <h2>swXercise Application is running.</h2>
  9 + </body>
  10 +</html>
0 11 \ No newline at end of file
... ...
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
... ...