„src/main/webapp/index.jsp“ ändern

Link zur Support-Seite im Wiki gesetzt
This commit is contained in:
Michael Dollinger 2021-01-02 14:58:42 +01:00
parent fde4fc4e0f
commit 6ff9325cb3

View File

@ -12,7 +12,7 @@
<div class="container">
<h1><fmt:message key="contact.title"/></h1>
<p><fmt:message key="contact.text"/></p>
<a href="mailto:service@example.com">E-Mail an <em>service@example.com</em></a>
<a href="https://wiki.ecogood.org/display/INTERN/IT-Support" target="_blank">Dein <em>IT-Support</em></a>
</div>
<jsp:include page="template/footer.jsp"/>
</body>