mirror of
https://lab.enough.community/fedeproxy/server
synced 2025-01-06 13:36:52 +01:00
13 lines
211 B
HTML
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 %}
|