This repository has been archived on 2026-08-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pi-web/src/client/index.html
T

17 lines
440 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Pi Web</title>
<style>
html, body { margin: 0; height: 100%; overflow: hidden; }
body { min-height: 100dvh; }
</style>
</head>
<body>
<pi-web-app></pi-web-app>
<script type="module" src="/src/main.ts"></script>
</body>
</html>