feat: initial Papo bot scaffold

This commit is contained in:
Pascal.P
2025-11-30 11:04:41 +01:00
commit 000481a3b0
12168 changed files with 1584750 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prisma Studio</title>
<link rel="icon" href="./favicon.svg" />
<script type="module" crossorigin src="./http/databrowser.js"></script>
<link rel="modulepreload" href="./assets/index.js">
<link rel="modulepreload" href="./assets/vendor.js">
<link rel="stylesheet" href="./index.css">
</head>
<body>
</body>
</html>