source: main/waeup.cas/trunk/waeup/cas/templates/login_service_confirm.html @ 10612

Last change on this file since 10612 was 10612, checked in by uli, 11 years ago

Use bootstrap 3.0 in all templates.

File size: 544 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <title>WAeUP Central Authentication Service</title>
5    PART_HEADER
6  </head>
7  <body>
8    <div class="container">
9      <h2 class="text-center">WAeUP Central Authentication Service</h2>
10
11      <div class="jumbotron">
12        <h1>Logged in</h1>
13        <p class="lead">To access the service you requested, please</p>
14        <p class="text-center">
15          <a href="SERVICE_URL" class="btn btn-lg btn-success">click here</a>
16        </p>
17      </div>
18    </div>
19    PART_FOOTER
20  </body>
21</html>
Note: See TracBrowser for help on using the repository browser.