Skip to content

Commit

Permalink
Merge pull request #140 from ferreira-tb/404
Browse files Browse the repository at this point in the history
docs: add static 404
  • Loading branch information
ferreira-tb authored Feb 8, 2025
2 parents 20ee213 + d12e776 commit 8a4af34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/static/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<title>tauri-store</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<script>
window.location.replace('https://tb.dev.br/tauri-store/');
</script>
</body>
</html>

0 comments on commit 8a4af34

Please sign in to comment.