This repository has been archived on 2025-02-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
casino/frontend/src/index.html
2025-02-13 13:19:12 +01:00

13 lines
328 B
HTML

<!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>
</html>