mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-29 19:06:22 +02:00
21 lines
880 B
HTML
21 lines
880 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||
|
|
<meta name="theme-color" content="#050510" />
|
||
|
|
<meta name="description" content="Vestige — Cognitive Memory Dashboard. 3D visualization of your AI's long-term memory." />
|
||
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||
|
|
<meta name="apple-mobile-web-app-title" content="Vestige" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
|
<link rel="apple-touch-icon" href="/favicon.svg" />
|
||
|
|
<link rel="manifest" href="/manifest.json" />
|
||
|
|
%sveltekit.head%
|
||
|
|
<title>Vestige</title>
|
||
|
|
</head>
|
||
|
|
<body data-sveltekit-preload-data="hover">
|
||
|
|
<div style="display: contents">%sveltekit.body%</div>
|
||
|
|
</body>
|
||
|
|
</html>
|