Files
openclaw-monitor/code/frontend/public/index.html

14 lines
377 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🦀 Agent Diary - AI Agent 日记管理系统</title>
<link rel="icon" href="/logo.png" type="image/png">
<link rel="shortcut icon" href="/logo.png" type="image/png">
</head>
<body>
<div id="root"></div>
</body>
</html>