2018-09-20 22:56:14 +00:00
|
|
|
{% extends 'info/master.twig' %}
|
2018-10-22 19:53:21 +00:00
|
|
|
{% from 'macros.twig' import container_title %}
|
2018-09-20 22:56:14 +00:00
|
|
|
|
|
|
|
{% set title = 'Info' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2018-12-25 01:55:09 +00:00
|
|
|
<div class="container">
|
2018-10-22 19:53:21 +00:00
|
|
|
{{ container_title('Flashii Informational Pages') }}
|
|
|
|
|
2018-11-01 21:35:10 +00:00
|
|
|
<div class="container__content markdown">
|
2018-09-20 22:56:14 +00:00
|
|
|
<p>Here's a listing of a few informational pages that'll probably come in handy during your Flashii Experience™.</p>
|
2018-11-01 21:35:10 +00:00
|
|
|
<h2>Flashii</h2>
|
2018-09-20 22:56:14 +00:00
|
|
|
<ul>
|
|
|
|
<li><a href="/info.php/rules">Rules</a></li>
|
2018-11-01 21:35:10 +00:00
|
|
|
</ul>
|
|
|
|
<h2>Misuzu Project</h2>
|
|
|
|
<ul>
|
2018-09-20 22:56:14 +00:00
|
|
|
<li><a href="/info.php/misuzu">Read me</a></li>
|
|
|
|
<li><a href="/info.php/misuzu/license">License</a></li>
|
|
|
|
<li><a href="/info.php/misuzu/code_of_conduct">Code of Conduct</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|