Files
expense-control/web/src/index.html
Mateusz Gruszczyński 9a6e77a5fc first commit
2026-04-05 13:40:27 +02:00

13 lines
242 B
HTML

<!doctype html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Expense Control</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>