diff --git a/docs/archive-notice.html b/docs/archive-notice.html
new file mode 100644
index 0000000..eb62180
--- /dev/null
+++ b/docs/archive-notice.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ Project Archival Notice
+
+
+
+
+
+
ℹ️ Project Archival Notice
+
+ Thank you for using Spotify-AdsList.
+ Please note that this project will be archived and no longer maintained starting April 1st.
+
+
+
+
+
+
+ Redirecting to your destination in
5 seconds...
+
+
If you are not redirected, click here.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/js/archive-banner.js b/docs/js/archive-banner.js
deleted file mode 100644
index d023d3e..0000000
--- a/docs/js/archive-banner.js
+++ /dev/null
@@ -1,23 +0,0 @@
-app.document$.subscribe(function() {
- var container = document.querySelector('.md-container');
-
- if (container && !document.getElementById("archive-notice")) {
-
- var banner = document.createElement('div');
- banner.id = "archive-notice";
-
- banner.innerHTML = `
-
-
ℹ️ Project archival notice
-
Thank you to everyone who has used, tested, and contributed to this project. Due to lack of time, I will archive the repository as of April 1.
-
- - New issues and pull requests will not be answered after that date.
- - I will publish a final release on March 31.
-
-
Questions? Contact: isaaker@piscinadeentropia.es
-
- `;
-
- container.prepend(banner);
- }
-});
diff --git a/mkdocs.yml b/mkdocs.yml
index 43d275d..d1d9d15 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -65,5 +65,3 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Isaaker/Spotify-AdsList/
-extra_javascript:
- - js/archive-banner.js