diff --git a/examples/multiple-docs.html b/examples/multiple-docs.html
new file mode 100644
index 000000000000..f3e13b4f2c0b
--- /dev/null
+++ b/examples/multiple-docs.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+ Load AMP documents
+
+
+
+
+
+
+
+
+
+
+
diff --git a/gulpfile.js b/gulpfile.js
index 81683599cf93..66e1681a525b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -344,6 +344,7 @@ function buildExamples(watch) {
buildExample('user-notification.amp.html');
buildExample('vimeo.amp.html');
buildExample('vine.amp.html');
+ buildExample('multiple-docs.html');
// TODO(dvoytenko, #1393): Enable for proxy-testing.
// // Examples are also copied into `c/` directory for AMP-proxy testing.