12 lines
148 B
HTML
12 lines
148 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h2>Redirect to FrontEnd Webpage</h2>
|
|
|
|
<script>
|
|
location.replace("frontend/index.html")
|
|
</script>
|
|
|
|
</body>
|
|
</html> |