ulrich
2020-05-19 f34bbf08253eb192d389bba90b4410565f3a2bcb
commit | author | age
58aa3b 1 <%@page contentType="text/html" pageEncoding="UTF-8"%>
1345f0 2 <!DOCTYPE html>
U 3 <html lang="en">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
58aa3b 7     <link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/stile.css">    
1345f0 8     <title>Abgemeldet</title>
U 9   </head>
10   <body>
11       <div style="margin: 20px;">
bb93a1 12         <h3>Abmeldung</h3>
U 13         <p>Sie haben sich erfolgreich abgemeldet.</p>
f34bbf 14         <p>zur&uuml;ck zur <a href="ui">Anmeldung</a> &bull; <a href="/">Hauptseite</a></p>
bb93a1 15       </div>
1345f0 16   </body>
U 17 </html>