Files
moeka-project/apps/playground-prompt-engineering/index.html
T
RainbowBirdandNeko Ayaka c43bbb0edb feat: prompt engineering playground (#121)
* feat: prompt engineering playground
* chore: lint
* feat: pinia store
* fix: use pinia
* feat: devtools
* fix: type error, unocss config
* chore: update apps/playground-prompt-engineering/src/assets/main.css

---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-04-09 11:11:22 +08:00

14 lines
437 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<title>ReLU Prompt Engineering Playground</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>