Added slightly more professional homepage.

This commit is contained in:
Andrew Lalis 2019-05-11 08:32:19 +02:00 committed by andrewlalis
parent 035a7f9c44
commit dcc4dd0414
1 changed files with 11 additions and 1 deletions

View File

@ -6,8 +6,18 @@
<body>
<div id="content">
<h1>Teaching Assistant Assistant</h1>
<hr>
<p>
Welcome to the home page. To find the courses in this application please follow the link to <a th:href="@{/courses}">courses</a>.
Welcome to the Teaching Assistant Assistant. To find the courses in this application please follow the link to
<a th:href="@{/courses}">courses</a>.
</p>
<p>
This application makes it easy to sift through lots of student groups that are usually handled manually in some
spreadsheet. By integrating all data into one web application it is possible to access the information you need
faster, and make coordinated changes without fear of introducing inconsistencies or errors.
</p>
</div>