source: main/waeup.cas/trunk/waeup/cas/templates/logout.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: 501 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      <div class="jumbotron">
11        <div id="msg">MSG_TEXT</div>
12        <h1>Logged out</h1>
13        <p class="lead">You have been logged out.</p>
14        <p class="lead">Thanks for using WAeUP services!</p>
15      </div>
16    </div>
17    PART_FOOTER
18  </body>
19</html>
Note: See TracBrowser for help on using the repository browser.