diff --git a/__pycache__/hello.cpython-36.pyc b/__pycache__/hello.cpython-36.pyc index 7839d7a..42dca3e 100644 Binary files a/__pycache__/hello.cpython-36.pyc and b/__pycache__/hello.cpython-36.pyc differ diff --git a/hello.py b/hello.py index c670fde..88df815 100644 --- a/hello.py +++ b/hello.py @@ -8,7 +8,6 @@ def hello_world(): return 'Hello, World!' -@app.route('/hello/') -@app.route('/hello/') -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

+ +