I've been attempting to redirect another webpage from the homepage in my node server. However, the redirect isn't working as intended to link to idea.html, where the relevant HTML file is located. Can anyone assist me in identifying any errors in the code or suggest a special function that needs to be added?
<!DOCTYPE html>
<html lang="en">
<head>
<div>
<a href="https://www.sports_tournament/apple.com">apple</a>
</div>
</body>
</html>
idea.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>thenewboston></title>
<link rel="stylesheet" href="CSS/style.css" />
</head>
<body>
<link rel="Registration" href="C:/Users/web/Mongodb/home.html" />
</body>
</html>