Skip to content

Commit e3ca545

Browse files
committed
cover
1 parent b276143 commit e3ca545

14 files changed

+881
-0
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ def hello():
116116
def about():
117117
return render_template('about.html')
118118

119+
@app.route('/fr')
120+
def french():
121+
return render_template('home(fr).html')
122+
119123
@app.route('/playground')
120124
def playground():
121125
return render_template('index.html')

pdfs.db

0 Bytes
Binary file not shown.

public-assets/ecos.png

894 KB
Loading

public-assets/mist.png

565 KB
Loading

public-assets/paradox.png

592 KB
Loading
4.69 KB
Binary file not shown.
3.16 KB
Binary file not shown.
4.63 KB
Binary file not shown.
4.57 KB
Binary file not shown.
3.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)