fix: restore prompt/test compatibility and add web index page
Some checks failed
build-binaries / linux (push) Has been cancelled
Some checks failed
build-binaries / linux (push) Has been cancelled
This commit is contained in:
14
ui/static/index.html
Normal file
14
ui/static/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user