+
@@ -218,7 +215,7 @@
diff --git a/js/redirects.js b/js/redirects.js
index 811b74f..a9d2ec6 100644
--- a/js/redirects.js
+++ b/js/redirects.js
@@ -1,4 +1,7 @@
document.getElementById("go-down").onclick = function() {
var elmntToView = document.getElementById("row");
elmntToView.scrollIntoView();
+};
+document.getElementById("centosdead").onclick = function() {
+ location.href = "/centos-death.html";
};
\ No newline at end of file