feat(ext/vault): scaffold vault.html tab with sidebar+pane layout and hash routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-27 15:53:53 -04:00
parent 7e0950e364
commit 6c8ebb3548
6 changed files with 2182 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>relicario — vault</title>
<link rel="stylesheet" href="vault.css">
</head>
<body>
<div id="vault-app"></div>
<script src="vault.js"></script>
</body>
</html>