+ NOT FOUND
+ You just hit a route that doesn't exist... the sadness.
+
+)
+
+export default NotFoundPage
diff --git a/examples/using-markdown-pages/src/pages/index.js b/examples/using-markdown-pages/src/pages/index.js
new file mode 100644
index 0000000000000..87488703dbfbc
--- /dev/null
+++ b/examples/using-markdown-pages/src/pages/index.js
@@ -0,0 +1,14 @@
+import React from "react"
+import { Link } from "gatsby"
+
+import Layout from "../components/layout"
+
+const IndexPage = () => (
+