MireaFrontend/src/index.html

16 lines
540 B
HTML
Raw Normal View History

2024-02-05 06:29:18 +03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2024-05-23 02:57:34 +03:00
<title>Расписание МИРЭА</title>
2024-02-05 06:29:18 +03:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2024-02-09 03:25:39 +03:00
<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-02-05 06:29:18 +03:00
</head>
2024-02-09 03:25:39 +03:00
<body class="mat-typography">
2024-02-05 06:29:18 +03:00
<app-root></app-root>
</body>
</html>