lbry-android/p4a/testapps/testapp_flask/templates/page2.html
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

15 lines
247 B
HTML

{% extends "base.html" %}
{% block body %}
<h2>Page two</h2>
<img src="static/coloursinv.png" style="width:50%;margin-left:auto;margin-right:auto;display:block">
<form>
<button formaction="/" >First page</button>
</form>
{% endblock %}