~ubuntu-branches/ubuntu/raring/horizon/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en" xml:lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Login – OpenStack Dashboard</title>
    {% include "_stylesheets.html" %}
  </head>
  <body id="splash">
    <div class="container">
      <div class="row large-rounded">
        {% include 'horizon/auth/_login.html' %}
      </div>
    </div>
  </body>
</html>