<!DOCTYPE html>
<html>
<body>
<h2>Redirect to FrontEnd Webpage</h2>
<script>
location.replace("frontend/index.html")
</script>
</body>
</html>