Files
TrulyMEM-TrueHumanMEM-local/ui/static/index.html
Nix 6cdafddd8e
Some checks failed
build-binaries / linux (push) Has been cancelled
fix: restore prompt/test compatibility and add web index page
2026-05-13 14:01:22 +08:00

15 lines
320 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=/graph.html" />
<title>TrulyMEM</title>
<script>
window.location.replace('/graph.html');
</script>
</head>
<body>
<p>Redirecting to <a href="/graph.html">/graph.html</a>...</p>
</body>
</html>