canon_law/templates/api.html
2018-09-27 03:34:33 -04:00

22 lines
600 B
HTML

{% extends "base.html" %}
{% block title %}api{% endblock %}
{% block main %}
<img src="{{ url_for('static', filename='logo.png') }}" height="200px">
<h1>coming soon</h1>
<p>
This page will be the future documentation of our API, but it isn't quite ready yet.
<br><br>
Check back soon for updates.
<br><br>
Here's a cat/shaq gif for wasting your time:
<br><br>
<iframe style="display: block;margin: 0 auto;" src="https://giphy.com/embed/nNxT5qXR02FOM" width="480" height="399"
frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
</p>
{% endblock %}