diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c8a9a9c Binary files /dev/null and b/.DS_Store differ diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..0bf2efb Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/mainScanner.py b/src/mainScanner.py index a253bad..5c0d97a 100644 --- a/src/mainScanner.py +++ b/src/mainScanner.py @@ -17,7 +17,14 @@ @app.route('/') def homepage(): return render_template('index.html') - + +@app.route('/contact') + def contact(); + return render_template('contact.html') + +@app.route('/instructions') + def instructions(); + return render_template('instructions.html') exc = getattr(builtins, "IOError", "FileNotFoundError") diff --git a/src/templates/contacts.html b/src/templates/contacts.html new file mode 100644 index 0000000..b280d77 --- /dev/null +++ b/src/templates/contacts.html @@ -0,0 +1,85 @@ + + + +
+ + + + + + + + + + + + + + + + + + + +Below is the link to the repository: + Github Repository +
+ +This is a step-by-step guide on how to run the PortScanner application + after Python 2.7, Node.js, and Pip are installed. + + +
+ +