aboutsummaryrefslogtreecommitdiffstats
path: root/templates/html/overview.html
blob: fbf1b9d3e36cdfca99554d2bbc0f2ba1fc172557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Account overview &middot; Fripost Admin Panel</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="/static/css/bootstrap.min.css" rel="stylesheet">
    <link href="/static/css/font-awesome.min.css" rel="stylesheet">
    <link href="/static/css/fripost.css" rel="stylesheet">
  </head>

  <body>
    <div class="container">
      <tt><TMPL_VAR NAME=AUTHZID ESCAPE=HTML></tt>
      <br/>
      <form method="post" action="/logout">
       <input type="hidden" name="csrf-token" value="<TMPL_VAR NAME=CSRF_TOKEN>">
       <input type="submit" value="logout">
      </form>
    </div>

    <!-- Place JS at the end of the document so the pages load faster -->
    <script src="/static/js/jquery.min.js"></script>
    <script src="/static/js/bootstrap.min.js"></script>
  </body>
</html>