mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-30 18:46:27 +03:00
bab276fcf3
* feat(docs): scaffolding docs-generator * fix: typo in build (script) and fix copy folder command * chore(docs): update
23 lines
501 B
HTML
23 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<title>404 Redirect</title>
|
|
|
|
<script>
|
|
sessionStorage.redirect = location.href;
|
|
</script>
|
|
|
|
<meta http-equiv="refresh" content="0;URL='/tauri'"></meta>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html> |