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