Info about room/bot
This commit is contained in:
parent
4344f968ad
commit
1d4171a392
1 changed files with 10 additions and 32 deletions
|
@ -29,37 +29,6 @@
|
||||||
<meta name="license" content="WTFPL" />
|
<meta name="license" content="WTFPL" />
|
||||||
|
|
||||||
<!-- preloads the css ( technically you can replace it with a style tag -->
|
<!-- preloads the css ( technically you can replace it with a style tag -->
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
<!--//--><![CDATA[//><!--
|
|
||||||
/**
|
|
||||||
* @licstart The following is the entire license notice for the JavaScript
|
|
||||||
* code in this page.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* THE STRONGEST PUBLIC LICENSE
|
|
||||||
* Draft 1, November 2010
|
|
||||||
*
|
|
||||||
* Everyone is permitted to copy and distribute verbatim or modified
|
|
||||||
* copies of this license document, and changing it is allowed as long
|
|
||||||
* as the name is changed.
|
|
||||||
*
|
|
||||||
* THE STRONGEST PUBLIC LICENSE
|
|
||||||
* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
*
|
|
||||||
* ⑨. This license document permits you to DO WHAT THE FUCK YOU WANT TO
|
|
||||||
* as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be THE STRONGEST,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.
|
|
||||||
*
|
|
||||||
* @licend The above is the entire license notice for the JavaScript code
|
|
||||||
* in this page.
|
|
||||||
*/
|
|
||||||
//--><!]]>
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<link
|
<link
|
||||||
href="{{ url_for("static", filename="index.css") }}"
|
href="{{ url_for("static", filename="index.css") }}"
|
||||||
rel="preload"
|
rel="preload"
|
||||||
|
@ -81,7 +50,16 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>The <a href="https://git.everypizza.im/n/imag/src/branch/main">Imag</a> image board ({{ imagv }}). (Fork by Nyx)</h1>
|
<h1>The <a href="https://git.everypizza.im/n/imag/src/branch/main">Imag</a> image board ({{ imagv }}).</h1>
|
||||||
|
<center>
|
||||||
|
Matrix chat: <a href="https://matrix.to/#/#quotes:everypizza.im">#quotes:everypizza.im</a> |
|
||||||
|
Matrix bot: <a href="https://matrix.to/#/@quotes:everypizza.im">@quotes:everypizza.im</a> <br>
|
||||||
|
<hr class="thin">
|
||||||
|
<small>
|
||||||
|
There's a very WIP complete rewrite of the bot in Python currently:
|
||||||
|
<a href="https://matrix.to/#/@quotes-python:everypizza.im">@quotes-python:everypizza.im</a>
|
||||||
|
</small>
|
||||||
|
</center>
|
||||||
|
|
||||||
{% with messages = get_flashed_messages(with_categories=True) %}
|
{% with messages = get_flashed_messages(with_categories=True) %}
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue