1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-02 11:31:35 +00:00

Archive the Bot

This commit is contained in:
2024-05-13 03:51:14 +00:00
parent d45ce7c250
commit 0417436451
36 changed files with 2947 additions and 2926 deletions

17
site/overrides/main.html Normal file
View File

@@ -0,0 +1,17 @@
{% 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 %}