Subtle radial top-glow + grid texture behind the existing vault shell. No layout changes — existing panes sit above the backdrop's ::before.
13 lines
265 B
HTML
13 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Relicario — vault</title>
|
|
<link rel="stylesheet" href="vault.css">
|
|
</head>
|
|
<body class="surface-backdrop">
|
|
<div id="vault-app"></div>
|
|
<script src="vault.js"></script>
|
|
</body>
|
|
</html>
|