JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
JavaScript
var url = window.location.href;
if(url.search(/404/) >= 0) {
window.location.replace("https://www.djo.agenceccmg.com/");
}
by kodjoe mambi
var url = window.location.href;
if(url.search(/404/) >= 0) {
window.location.replace("https://www.djo.agenceccmg.com/");
}