Blame view

FlaskT.v0.3/templates/404.html 120 Bytes
1f1943eb   qijun   initial commit
1
2
3
4
5
{% extends "base.html" %}

{% block content %}
<img src="{{ url_for('static',filename='pic/404.jpg') }}"
{% endblock %}