1
0
mirror of https://lab.enough.community/fedeproxy/server synced 2025-01-07 23:21:16 +01:00
Fedeproxy-git-ActivityPub-r.../fedeproxy/templates/visitor/landing-index.html

13 lines
211 B
HTML
Raw Normal View History

2021-01-18 14:20:24 +01:00
{% extends "bases/bootstrap-visitor.html" %}
{% load staticfiles %}
{% block content %}
<div class="container">
<div class="jumbotron text-center">
<h1>Fedeproxy API</h1>
</div>
</div>
{% endblock %}