mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
18 lines
379 B
HTML
18 lines
379 B
HTML
{% extends "base.html" %}
|
|
|
|
<!-- Announcement bar -->
|
|
{% block announce %}
|
|
|
|
<div class="admonition danger" style="min-height: 20vh;">
|
|
<p class="admonition-title">This project is now archived!</p>
|
|
<p>
|
|
Please
|
|
<a href="/blog/2024/05/12/simple-bot-end-of-life/"
|
|
>click here for more information.</a
|
|
>
|
|
</p>
|
|
</div>
|
|
<div class="" admoniton></div>
|
|
|
|
{% endblock %}
|