diff --git a/alm/ui-examples/templates/page1.html b/alm/ui-examples/templates/page1.html
new file mode 100644
index 0000000000..8922eb11ef
--- /dev/null
+++ b/alm/ui-examples/templates/page1.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+ Generate API
+
+
+
+
+
+
+
+
+
Step 1: Generate API
+
+
+
+ {% if action_result %}
+
+
+
{{ action_result }}
+
+ {% endif %}
+
+ {% if error %}
+
+ Deployment Failed: {{ error }}
+
+ {% endif %}
+
+
+
+
Next Page →
+
+
+
+
+
\ No newline at end of file
diff --git a/alm/ui-examples/templates/page2.html b/alm/ui-examples/templates/page2.html
new file mode 100644
index 0000000000..fb427aee94
--- /dev/null
+++ b/alm/ui-examples/templates/page2.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+ GCP Region Selector
+
+
+
+
+
+
+
+
+
+
← Back to Step 1
+
Apigee to ALM
+
+
+
+ {% if api_response and not api_response.error %}
+
+
+
Successfully configured for {{ selected_region }}
+
+ {% endif %}
+
+ {% if operation_state %}
+
+
+
State: {{ operation_state }}
+
+ {% endif %}
+
+
+
+
+
\ No newline at end of file