Added slightly more professional homepage.
This commit is contained in:
parent
035a7f9c44
commit
dcc4dd0414
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue