Skip to content

Commit 49caaf5

Browse files
committed
static assets
1 parent 78a34db commit 49caaf5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

assets/logo-flask.png

20.3 KB
Loading

module/templates/index.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html>
2+
<title>{{ title }}</title>
3+
<center>
4+
<img src="{{url_for('static', filename='logo-flask.png')}}" />
5+
<h1>Welcome to {{ title }}!</h1>
6+
</center>

0 commit comments

Comments
 (0)