"More TODO"
This commit is contained in:
parent
42393a60cd
commit
dedabc9a94
@ -182,7 +182,3 @@ input[type="image"]:hover {
|
||||
background-color: var(--coloured-bg);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
strong {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -38,13 +38,14 @@
|
||||
TetaWebApp is a basic web application template based on Python/Flask made by <a href='https://www.tetalab.org'>Tetalab</a>.
|
||||
</p>
|
||||
<p>
|
||||
The goal of this project is to provide a canvas to make any web application you need.
|
||||
The goal of this project is to provide a canvas to make any web application you need while letting
|
||||
you complete freedom on how to use or extend it.
|
||||
</p>
|
||||
<p>The is <strong>no</strong> limitation, you can use all or only parts of <strong>TetaWebApp</strong>
|
||||
and you can <strong title='bullshit inside'>virtually</strong> do any app you want with TetaWebApp.
|
||||
</p>
|
||||
<p>
|
||||
You can <strong title='bullshit inside'>virtually</strong> do any app you want with TetaWebApp.
|
||||
</p>
|
||||
<p>
|
||||
But be sure that you <strong>still</strong> need work to make it work ;-)
|
||||
But be sure that freedom has a cost: You <strong>will</strong> need work to make it work ;-)
|
||||
</p>
|
||||
<p>
|
||||
Get a copy of <strong>TetaWebApp</strong>:<br/>
|
||||
|
@ -6,6 +6,8 @@
|
||||
<li>Menu management</li>
|
||||
<li>Installation wizard</li>
|
||||
<li>Back office for basic content management</li>
|
||||
<li>Basic Ajax support</li>
|
||||
<li>Session management</li>
|
||||
</ul>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user