Files
SIG-CM/frontend/counter-panel/index.html

15 lines
284 B
HTML
Raw Normal View History

2025-12-18 13:32:50 -03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>counter-panel</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>