diff --git a/examples/google-secure-signals-integration/client_side/views/index.html b/examples/google-secure-signals-integration/client_side/views/index.html
index 667078d..8779235 100644
--- a/examples/google-secure-signals-integration/client_side/views/index.html
+++ b/examples/google-secure-signals-integration/client_side/views/index.html
@@ -78,7 +78,7 @@
UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Se
-
+
diff --git a/examples/google-secure-signals-integration/with_sdk_v3/server.js b/examples/google-secure-signals-integration/with_sdk_v3/server.js
index 594391e..7557395 100644
--- a/examples/google-secure-signals-integration/with_sdk_v3/server.js
+++ b/examples/google-secure-signals-integration/with_sdk_v3/server.js
@@ -10,7 +10,7 @@ const uid2BaseUrl = process.env.UID2_BASE_URL;
const uid2ApiKey = process.env.UID2_API_KEY;
const uid2ClientSecret = process.env.UID2_CLIENT_SECRET;
const uid2JsSdkUrl =
- process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-3.9.0.js';
+ process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-4.0.1.js';
const ivLength = 12;
const nonceLength = 8;
diff --git a/examples/js-sdk/views/index.html b/examples/js-sdk/views/index.html
index b252118..242c5a3 100644
--- a/examples/js-sdk/views/index.html
+++ b/examples/js-sdk/views/index.html
@@ -6,7 +6,7 @@
-
+
+
-
-
-<%- include('intro.html'); -%>
-
Login completed
-UID2 identity:
-<%- JSON.stringify(identity, null, 2) %>
-Back to the main page
-Normally user would be redirected automatically, but this example demonstrates one way UID2 login could be handled.
-
+
+
+ <%- include('intro.html'); -%>
+ Login completed
+ UID2 identity:
+ <%- JSON.stringify(identity, null, 2) %>
+ Back to the main page
+
+ Normally user would be redirected automatically, but this example demonstrates one way UID2
+ login could be handled.
+
+