diff --git a/overrides/main.html b/overrides/main.html
index f5f0eb39..9038d3e9 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -1,5 +1,12 @@
{% extends "base.html" %}
+{% block header %}
+ {{ super() }}
+
+ Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.
+
+{% endblock %}
+
{% block footer %}
{# Empty block to override the footer #}
{% endblock %}