17 lines
487 B
Plaintext
17 lines
487 B
Plaintext
|
{% extends "base.html.j2" %}
|
||
|
{% block content %}
|
||
|
<div id="box">
|
||
|
<h1>Divent</h1>
|
||
|
<h2>The discord scheduled event calendar generator</h2>
|
||
|
<hr />
|
||
|
<h3>This will allow you to :</h3>
|
||
|
<ul>
|
||
|
<li>Subscribe to a calendar on Google, Yahoo, Outlook, Apple or any ICS complient software</li>
|
||
|
<li>Throwing you to a new isekai world</li>
|
||
|
</ul>
|
||
|
<hr />
|
||
|
</div>
|
||
|
<div id="buttons">
|
||
|
</div>
|
||
|
{% endblock content %}
|