13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
|
{% extends "../templates/basic.njk" %}
|
||
|
|
||
|
{% block head %}
|
||
|
<title>DDStats - API Reference</title>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block body %}
|
||
|
<main class="flex-container">
|
||
|
<div class="long-text">
|
||
|
<h1 style="text-align: center">Coming Soon™!</h1>
|
||
|
</div>
|
||
|
</main>
|
||
|
{% endblock %}
|