9203e69f00
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
16 lines
405 B
HTML
16 lines
405 B
HTML
<!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>
|