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

29 lines
689 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block page_title %}
2016-02-08 09:23:51 +00:00
GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">GOV.UK Notify</h1>
<p>
2016-04-23 16:39:54 +01:00
Making it easy to send text messages and emails to your users.
</p>
<p>
2016-04-23 16:37:20 +01:00
If you work for a UK government department or agency you can try it now.
</p>
<p>
<a class="button" href="{{ url_for('.register' )}}" role="button">Set up an account</a>
</p>
<p>
2016-04-23 16:37:20 +01:00
If youve used GOV.UK Notify before, <a href="{{ url_for('.sign_in' )}}">sign in to your account</a>.
</p>
</div>
</div>
2015-12-01 09:54:58 +00:00
{% endblock %}