Files
agent-desktop/console/tauri.html
T

17 lines
408 B
HTML
Raw Normal View History

2026-08-23 22:43:18 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/online.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>PineAgents</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/tauri/bootstrap.tsx"></script>
</body>
</html>