diff --git a/README.md b/README.md
index 184c2693..38ed432c 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Code examples that accompany various MDN DOM and Web API documentation pages.
- The "web-storage" directory contains a basic demo to show usage of the Web Storage API. For more detail on how it works, read [Using the Web Storage API](https://developer.mozilla.org/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API). [View the demo live](https://mdn.github.io/dom-examples/web-storage/).
-- The "view-transitions" directory contains a basic demo to show usage of the [View Transitions API](https://developer.mozilla.org/docs/Web/API/View_Transitions_API). [View the demo live](https://mdn.github.io/dom-examples/view-transitions/).
+- The "view-transitions" directory contains demos to show usage of the [View Transitions API](https://developer.mozilla.org/docs/Web/API/View_Transitions_API), both for single-page app [View the SPA demo live](https://mdn.github.io/dom-examples/view-transitions/spa/) and multiple-page app [View the MPA demo live](https://mdn.github.io/dom-examples/view-transitions/mpa/) view transitions.
- The "web-share" directory contains a basic demo to show usage of the [Web Share API](https://developer.mozilla.org/docs/Web/API/Navigator/share). [View the demo live](https://mdn.github.io/dom-examples/web-share/).
diff --git a/view-transitions/mpa/images/image1.jpg b/view-transitions/mpa/images/image1.jpg
new file mode 100644
index 00000000..c3622549
Binary files /dev/null and b/view-transitions/mpa/images/image1.jpg differ
diff --git a/view-transitions/mpa/images/image2.jpg b/view-transitions/mpa/images/image2.jpg
new file mode 100644
index 00000000..1ad42b4b
Binary files /dev/null and b/view-transitions/mpa/images/image2.jpg differ
diff --git a/view-transitions/mpa/index.html b/view-transitions/mpa/index.html
new file mode 100644
index 00000000..6ff7286c
--- /dev/null
+++ b/view-transitions/mpa/index.html
@@ -0,0 +1,15 @@
+
+
+
+