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:
12
extension/src/vault/vault.html
Normal file
12
extension/src/vault/vault.html
Normal 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>
|
||||
Reference in New Issue
Block a user