bridgy-fed/templates/index.html

10 wiersze
159 B
HTML
Czysty Zwykły widok Historia

{% extends "base.html" %}
{% block content %}
<div class="row big">
2022-12-24 16:57:32 +00:00
<a href="https://github.com/snarfed/bridgy-at">In progress!</a>
</div>
{% endblock %}