shutdown
This commit is contained in:
parent
7c5f7efc91
commit
07bbfd9530
|
@ -291,7 +291,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
width: 100%;
|
width: calc(100% - 20px);
|
||||||
background-color: #f1b739;
|
background-color: #f1b739;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>burgercat</title>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="post">
|
||||||
|
<h2>burgercat is permanently shutting down on July 21th.</h2>
|
||||||
|
</div>
|
||||||
|
<div class="post">
|
||||||
|
<p>After 19 days of service, burgercat is permanently shutting down on July 21th 2023. 😔<br><br>
|
||||||
|
After July 21th, you will no longer be able to access burgercat. Please back up anything you want to keep before July 21th.</p>
|
||||||
|
<p>The Codeberg repository will be archived. Third-party instances will not be affected.</p>
|
||||||
|
<p><b>Thank you for using burgercat</b>, and thank <a href="https://codeberg.org/ffqq">@ffqq</a>, <a href="https://codeberg.org/carsand101">@carsand101</a>, <a href="https://codeberg.org/Mollomm1">@Mollomm1</a>, and <a href="https://codeberg.org/TestingPlant">@TestingPlant</a>, <a href="/@Anonymous">@Anonymous</a> for contributing to the project.</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -36,6 +36,7 @@
|
||||||
<p class="warning">Your account has been banned. Reason: "{{ userdata.banned }}". <a href="/settings/logout">Log out</a></p>
|
<p class="warning">Your account has been banned. Reason: "{{ userdata.banned }}". <a href="/settings/logout">Log out</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p class="warning">⚠️ burgercat will permanently shut down on July 21th. ⚠️ <a href="/static/shutdown.html">Read more</a></p>
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
<div class="post" id="post">
|
<div class="post" id="post">
|
||||||
<p><a href='/@{{ getUser(post["creator"])["username"] }}' class="username usernamelink">{{ getUser(post["creator"])["username"] }}</a></p>
|
<p><a href='/@{{ getUser(post["creator"])["username"] }}' class="username usernamelink">{{ getUser(post["creator"])["username"] }}</a></p>
|
||||||
|
|
Reference in New Issue