diff --git a/404.html b/404.html
new file mode 100644
index 000000000..fa4e220c8
--- /dev/null
+++ b/404.html
@@ -0,0 +1,11 @@
+
+
+
+
404 Not Found
+
You can create new conversation here
+
+
+
\ No newline at end of file
diff --git a/css/404.scss b/css/404.scss
new file mode 100644
index 000000000..fb430e4f8
--- /dev/null
+++ b/css/404.scss
@@ -0,0 +1,14 @@
+.error_page {
+ width: 60%;
+ margin: 20% auto;
+ text-align: center;
+
+ h2 {
+ font-size: 36px;
+ }
+
+ &__message {
+ font-size: 24px;
+ margin-top: 20px;
+ }
+}
\ No newline at end of file
diff --git a/css/main.scss b/css/main.scss
index 7fb71d2df..532c90212 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -64,5 +64,6 @@
@import "modals/invite/invite";
@import "connection-info";
@import 'aui-components/dropdown';
+@import '404';
/* Modules END */