diff options
Diffstat (limited to 'BKULocal/src/main/webapp/index.html')
-rw-r--r-- | BKULocal/src/main/webapp/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/BKULocal/src/main/webapp/index.html b/BKULocal/src/main/webapp/index.html index 215eec80..537c154a 100644 --- a/BKULocal/src/main/webapp/index.html +++ b/BKULocal/src/main/webapp/index.html @@ -23,7 +23,12 @@ </head> <body> <h1>BKU Web Start - Willkommen</h1> - <p>Diese Seite installiert das MOCCA Zertifikat in ihrem Browser. + <div> + <p>Diese Seite installiert das MOCCA Zertifikat in ihrem Browser. In jedem weiteren Browser können sie dieses durch Aufruf <a href="https://localhost:3496/index.html">dieser Seite</a> ebenso installieren.</p> + </div> + <div> + <a href="PINManagement?redirect=./index.html">PIN Verwaltung</a> + </div> </body> </html> |