14 lines
307 B
Text
14 lines
307 B
Text
|
|
---
|
||
|
|
title: Maintenance
|
||
|
|
---
|
||
|
|
{% assign pageBase = "../../" -%}
|
||
|
|
{% assign pageClass = "h_full_view" %}
|
||
|
|
{%- layout "hippie/status.liquid" %}
|
||
|
|
|
||
|
|
{% block body %}
|
||
|
|
<hgroup id="root" class="txt_center">
|
||
|
|
<h1 class="txt_hero txt_gradient">HIPPIE</h1>
|
||
|
|
<p>Diese Seite wird gerade gewartet.</p>
|
||
|
|
</hgroup>
|
||
|
|
{% endblock %}
|