mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Remove the hello world page [ci skip]
This commit is contained in:
@@ -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 %}
|
|
||||||
Reference in New Issue
Block a user