if (this.page != exists){
system.out.println(“404”);
}
else if{
system.out.println(“Go Home”);
}
Scroll to Top