mvp-ticket/frontend/src/index.html

13 lines
259 B
HTML
Raw Normal View History

2024-03-14 19:58:24 +01:00
<!doctype html>
<html lang="en">
2024-03-14 20:25:07 +01:00
<head>
<meta charset="utf-8" />
<title>Frontend</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<app-root></app-root>
</body>
2024-03-14 19:58:24 +01:00
</html>