diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..4da821a
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+ Algolia Demos Tutorial
+
+
+
+
+
+
+
+
+
+
Getting started with Algolia InstantSearch
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/html-templates/404-template.html b/src/html-templates/404-template.html
new file mode 100644
index 0000000..ae9520d
--- /dev/null
+++ b/src/html-templates/404-template.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+ Algolia Demos Tutorial
+
+
+
+
+
+
+
+
+
+
Getting started with Algolia InstantSearch
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webpack.config.js b/webpack.config.js
index 155e0b3..504bb08 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -91,6 +91,10 @@ module.exports = {
filename: 'signin.html',
template: './src/html-templates/signin-template.html'
}),
+ new HtmlWebpackPlugin({
+ filename: '404.html',
+ template: './src/html-templates/404-template.html'
+ }),
new FaviconsWebpackPlugin({
logo: './src/images/Icon-App-A@4x.png'
}),