Files
BarangaySystem/index.html
Claude Worker 3fbeb0ca77
Some checks are pending
tests / PHP 8.2 (swoole-5.1.6) (push) Waiting to run
tests / PHP 8.3 (swoole-5.1.6) (push) Waiting to run
tests / PHP 8.4 (swoole-6.0) (push) Waiting to run
feat: audit and integration check of barangay modules
Task #80 completed by ClaudeQueue

ClaudeQueue
2026-06-08 19:38:04 +00:00

11 lines
280 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Barangay System</title>
<script type="module" src="/resources/js/app.js"></script>
</head>
<body>
<div id="main-body" data-page='{"component":"Home","props":{}}'></div>
</body>
</html>