mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-04 10:31:16 +01:00
24 lines
518 B
HTML
24 lines
518 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Gigguard 404 Redirect</title>
|
|
|
|
<script>
|
|
sessionStorage.redirect = location.href;
|
|
</script>
|
|
|
|
<meta http-equiv="refresh" content="0;URL='/'"></meta>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|