1
0
mirror of https://lab.enough.community/fedeproxy/server synced 2025-01-06 13:36:52 +01:00
Fedeproxy-git-ActivityPub-r.../fedeproxy/templates/visitor/landing-index.html
Loic Dachary d72172bf2f
initial
2021-01-18 14:30:13 +01:00

13 lines
211 B
HTML

{% extends "bases/bootstrap-visitor.html" %}
{% load staticfiles %}
{% block content %}
<div class="container">
<div class="jumbotron text-center">
<h1>Fedeproxy API</h1>
</div>
</div>
{% endblock %}