Remove blank and hello unused html.to files

This commit is contained in:
Luis Cielak 2018-05-29 10:44:41 -04:00
parent 53753587d1
commit f19f52a8ec
2 changed files with 0 additions and 52 deletions

View File

@ -1,29 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}JEDI{% end %}</title>
{% for url in assets['css'].urls() %}
<link rel="stylesheet" href="{{ url }}" type="text/css">
{% end %}
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
</head>
<body>
<div class='usa-grid'>
{% block content %}
these are not the droids you are looking for
{% end %}
</div>
</body>
</html>

View File

@ -1,23 +0,0 @@
{% extends "blank.html.to" %}
{% block title %}
AT-AT - Login
{% end %}
{% block content %}
<main class="usa-grid-full usa-section login-area" id="main-content">
<img class="logo-img" src="/static/img/logo-alt.png" alt="Defense Digital Service Logo">
<h1 class="usa-display">AT-AT</h1>
<button class="usa-button">Sign In with CAC</button>
<button class="usa-button" disabled>Sign In via MFA</button>
</main>
{% end %}