Skip to content

Commit

Permalink
add soon back
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 6, 2024
1 parent 0dba72d commit 73eaa4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added labapp/app/static/images/banners/coming-soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions labapp/app/templates/coming-soon.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{% block title %}{{ title }}{% endblock %}

{% block content %}
<div class="err">
<a href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none">
<img src="/static/coming-soon.png" class="border" alt="Coming Soon">
</a>
<div class="col text-center">
<div class="content-container">
<img src="/static/images/banners/coming-soon.png" alt="Banner" class="img-fluid lab-header-clear">
</div>
</div>
{% endblock %}

0 comments on commit 73eaa4e

Please sign in to comment.