13 lines
420 B
HTML
13 lines
420 B
HTML
<!DOCTYPE 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>
|
|
<script src="theme-loader.js"></script>
|
|
<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> |