https://github.com/ging/horizon
Raw File
Tip revision: 3a153c86af15f765277737a8a7e58ade0ff27fdf authored by Jenkins on 05 March 2014, 19:10:29 UTC
Merge "Host aggregates panel."
Tip revision: 3a153c8
splash.html
{% load i18n branding %}

<!DOCTYPE html>
<html lang="en" xml:lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    {% include "horizon/_custom_meta.html" %}
    <title>{% trans "Login" %} - {% site_branding %}</title>
    {% include "_stylesheets.html" %}
    {% include "horizon/_custom_head_js.html" %}
  </head>
  <body id="splash">
    <div class="container">
      <div class="row large-rounded">
        {% include 'auth/_login.html' %}
      </div>
    </div>
  </body>
</html>
back to top