This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
casino/frontend/src/index.html

14 lines
328 B
HTML
Raw Normal View History

2024-09-11 10:40:00 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lf10StarterNew</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
2024-09-11 10:40:00 +02:00
</html>