From 2595e783de58a0e1bbf15ace021f4c558dff9e78 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 8 Sep 2020 16:43:31 +0200 Subject: [PATCH] added pesrpective a --- __pycache__/hello.cpython-36.pyc | Bin 560 -> 507 bytes hello.py | 7 +++---- templates/perspectiveA.html | 9 +++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 templates/perspectiveA.html diff --git a/__pycache__/hello.cpython-36.pyc b/__pycache__/hello.cpython-36.pyc index 7839d7ad5d358dd19a25326d1f670fe0405930bd..42dca3efce8b6ffd5a175369d69db1083a2dcb9a 100644 GIT binary patch delta 243 zcmdnM@|#)Nn3tDJc}95rX9fm_$3P4R%s`d{5Epw)RJIjJVNc;`VQ6NIVo%`=X3*rC zSd%8Ete=seo2s9flbM{V?~xjCAQMIdJsv7!=eK<+IbWYye2kz$a+3`|8p dV;LDHpJX&(I~adF5*Wm}n4mMqp3_GZQu?i9`xt`^2- zAdF&9;Rt5XK)!$wY(Um6R') -def hello(name=None): - return render_template('hello.html', name=name) +@app.route('/perspectiveA/') +def perspectiveA(): + return render_template('perspectiveA.html') diff --git a/templates/perspectiveA.html b/templates/perspectiveA.html new file mode 100644 index 0000000..9b9a9b7 --- /dev/null +++ b/templates/perspectiveA.html @@ -0,0 +1,9 @@ + + + + Perspective A + + +

persssss

+ +