1
0
mirror of https://git.topisto.net/tibo/template.git synced 2026-03-31 21:39:10 +00:00
Files
template/index.html
2024-09-13 17:26:06 +02:00

12 lines
148 B
HTML

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