diff --git a/src/mainScanner.py b/src/mainScanner.py index fdc44eb..0f68d7e 100644 --- a/src/mainScanner.py +++ b/src/mainScanner.py @@ -17,7 +17,10 @@ @app.route('/') def homepage(): return render_template('index.html') - + +@app.route('/contact') + def contact(); + return render_template('contact.html') exc = getattr(__builtin__, "IOError", "FileNotFoundError") diff --git a/src/templates/contacts.html b/src/templates/contacts.html new file mode 100644 index 0000000..00e8149 --- /dev/null +++ b/src/templates/contacts.html @@ -0,0 +1,86 @@ + + + +
+ + + + + + + + + + + + + + + + + + + +Below is the link to the repository: + Github Repository +
+ +