mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
11 lines
No EOL
360 B
HTML
11 lines
No EOL
360 B
HTML
<html lang="en" class="h-full">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>pi-ai</title>
|
|
<link rel="stylesheet" href="app.css" />
|
|
</head>
|
|
<body class="h-full w-full m-0 overflow-hidden bg-background">
|
|
<script type="module" src="sidepanel.js"></script>
|
|
</body>
|
|
</html> |