Remove the hello world page [ci skip]

This commit is contained in:
Pete Herlihy
2015-12-01 09:51:42 +00:00
parent f336eee18b
commit eb9a4e680a

View File

@@ -1,17 +0,0 @@
{% extends "admin_template.html" %}
{% block page_title %}
GOV.UK notifications
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Hello world!</h1>
<p>Hello world.</p>
</div>
</div>
{% endblock %}