Files
teamwallet/myteamwallet_frontend_modern/src/index.html
Bastian Wagner 727ff0b1af icon
2026-08-01 19:17:25 +02:00

24 lines
891 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>TeamWallet</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2e7d32" />
<link rel="icon" type="image/x-icon" href="icons/icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="manifest" href="manifest.webmanifest" />
</head>
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>