diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/main/index.html | 15 | 
1 files changed, 6 insertions, 9 deletions
| diff --git a/templates/main/index.html b/templates/main/index.html index 646f2eab..6c0f8e95 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -4,6 +4,12 @@  <div class="uk-section uk-section-primary">      <div class="uk-container uk-text-center">          <img src="/static/logos/logo_banner.png" style="height: 150px; margin: auto;" /> +        <div class="uk-container uk-container-small uk-text-meta"> +            <p> +                Please note: this site is under construction. What you see now may be vastly different +                from the final project state. Feel free to chat to us on Discord if you're curious! +            </p> +        </div>          <hr class="uk-divider-icon" />          <p>              Spicy jalapeno bacon ipsum dolor amet flank elit tri-tip swine reprehenderit tail @@ -16,13 +22,4 @@          </p>      </div>  </div> - -<div class="uk-container uk-section"> -    <div class="uk-alert-danger" uk-alert> -        <p> -            Please note: this site is under construction. What you see now may be vastly different -            from the final project state. Feel free to chat to us on Discord if you're curious! -        </p> -    </div> -</div>  {% endblock %}
\ No newline at end of file | 
