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

16 lines
532 B
HTML
Raw Normal View History

2024-09-04 11:11:22 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2024-09-04 12:05:49 +02:00
<title>Lf10StarterNew</title>
2024-09-04 11:11:22 +02:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
2024-09-04 11:11:22 +02:00
</head>
<body class="mat-typography bg-white">
2024-09-04 11:11:22 +02:00
<app-root></app-root>
</body>
</html>