diff --git a/css/deprecation-warning.css b/css/deprecation-warning.css
new file mode 100644
index 0000000000..f7afeffe52
--- /dev/null
+++ b/css/deprecation-warning.css
@@ -0,0 +1,6 @@
+.deprecation-warning {
+ padding: 20px;
+ margin: 20px 0;
+ border-radius: 3px;
+ background-color: #eeeeee;
+}
diff --git a/index.html b/index.html
index 12f4848394..d03d694eda 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,8 @@ cid: home
+{% include deprecation-warning.html %}
+