diff --git a/atst/routes/__init__.py b/atst/routes/__init__.py index 93f04601..7bea9305 100644 --- a/atst/routes/__init__.py +++ b/atst/routes/__init__.py @@ -143,3 +143,13 @@ def activity_history(): @bp.route("/about") def about(): return render_template("about.html") + + +@bp.route("/csp-environment-access") +def csp_environment_access(): + return render_template("csp_environment_access.html") + + +@bp.route("/jedi-csp-calculator") +def jedi_csp_calculator(): + return render_template("jedi_csp_calculator.html") diff --git a/templates/csp_environment_access.html b/templates/csp_environment_access.html new file mode 100644 index 00000000..3331e70d --- /dev/null +++ b/templates/csp_environment_access.html @@ -0,0 +1 @@ +

You are now being taken to the Cloud Service Provider's console for this environment!

diff --git a/templates/jedi_csp_calculator.html b/templates/jedi_csp_calculator.html new file mode 100644 index 00000000..1d4ee41a --- /dev/null +++ b/templates/jedi_csp_calculator.html @@ -0,0 +1 @@ +

You are now being taken to the Cloud Service Provider's service and price calculator!