Minor changes

This commit is contained in:
XD-DENG
2017-07-01 22:06:05 +08:00
parent 22130539c3
commit 94a1a850b7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
{% block body %}
{{ super() }}
<p>This is a minimal web app developed in <a href="http://flask.pocoo.org/">Flask</a>.</p>
<p>The main purpose is to introduce how to implement the essentail elements in web applications with Flask framework, including</p>
<p>This is a minimal web app developed with <a href="http://flask.pocoo.org/">Flask</a> framework.</p>
<p>The main purpose is to introduce how to implement the essentail elements in web applications with Flask, including</p>
<ul>
<li>URL Building</li>
<li>Authentication with Sessions</li>