mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 21:39:10 +00:00
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> |