source: main/waeup.cas/trunk/waeup/cas/templates/logout.html @ 12153

Last change on this file since 12153 was 10626, checked in by Henrik Bettermann, 11 years ago

Big title is not necessary.

File size: 473 bytes
RevLine 
[10612]1<!DOCTYPE html>
2<html lang="en">
[10415]3  <head>
4    <title>WAeUP Central Authentication Service</title>
[10612]5    PART_HEADER
[10415]6  </head>
7  <body>
[10612]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        <p class="lead">You have been logged out.</p>
13        <p class="lead">Thanks for using WAeUP services!</p>
14      </div>
15    </div>
16    PART_FOOTER
[10415]17  </body>
18</html>
Note: See TracBrowser for help on using the repository browser.