27 lines
955 B
HTML
27 lines
955 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta name="robots" content="noindex,follow" />
|
|
<meta charset="utf-8" />
|
|
<title>1.TC Chemnitz Mitgliederdatenbank</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com/" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&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>
|