mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-13 08:37:38 -05:00
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
|
{% extends "../includes/layout.swig" %}
|
||
|
{% block title %}FAQ{% endblock %}
|
||
|
{% block body %}
|
||
|
<article>
|
||
|
<div class="jumbotron">
|
||
|
<h1><abbr title="Frequently asked questions">FAQ</abbr></h1>
|
||
|
</div>
|
||
|
<h2>What is {{siteName}}?</h2>
|
||
|
<p><span role="definition"><dfn>{{siteName}}</dfn> is a simple to use free file hosting service.</span> It lets you share your photos, documents, music, videos and more with others online.</p>
|
||
|
</article>
|
||
|
{% include "../includes/nav.swig" %}
|
||
|
{% endblock %}
|