This repository has been archived on 2025-06-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
casino/frontend/src/index.html
csimonis 8713baef26
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 23s
CI / eslint (pull_request) Successful in 27s
CI / test-build (pull_request) Successful in 34s
chore: update favicon and change page title to Casino
2025-04-24 15:53:19 +02:00

13 lines
332 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Trustworthy Casino</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>