tuskar-ui/openstack_dashboard/templates/splash.html
Gabriel Hurley 9203e69f00 ".modal" style only applied to modals now.
The ".static_page" style now handles all static styling and
looks more "static" than it did before.

Removed a couple dead and/or extraneous templates.

Updated translation files.

Fixed bug 963482.

Change-Id: I8b6af12f0752e844192db3fc6caa1fc389b0cddc
2012-03-25 14:12:53 -07:00

16 lines
405 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>