web/index.html
bon 8ae956dee8
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
init (pfp and unformatted text)
2025-05-17 02:15:57 +03:00

12 lines
315 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{ bonsystems }</title>
</head>
<body>
<div id="app" class="isolate"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>