Files
notifications-admin/app/templates/views/signedout.html
T

39 lines
995 B
HTML
Raw Normal View History

{% from "components/banner.html" import banner_wrapper %}
{% from "components/phone.html" import phone %}
2016-11-22 17:15:31 +00:00
{% extends "fullwidth_template.html" %}
{% block page_title %}
2016-02-08 09:23:51 +00:00
GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="product-page-intro">
<div class="product-page-intro-wrapper">
<div class="grid-row">
<div class="column-two-thirds">
<h1>
Send text messages and emails to your users
</h1>
<p>
If you work for a UK government department or agency you can try
it now.
</p>
<div class="button-container">
<a class="button button-start" href='{{ url_for('.register' )}}'>
Create an account
</a>
or <a href="{{ url_for('.sign_in' )}}">sign in</a> if youve used
it before
</div>
</div>
</div>
</div>
</div>
<div class="product-page-section">
</div>
2015-12-01 09:54:58 +00:00
{% endblock %}