Szakdolgozat/frontend/src/index.html

16 lines
513 B
HTML
Raw Normal View History

2020-11-24 20:54:32 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Szakdolgozat</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2020-12-10 18:08:35 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2020-11-24 20:54:32 +00:00
</head>
2020-12-10 18:08:35 +00:00
<body class="mat-typography">
<app-root></app-root>
2020-11-24 20:54:32 +00:00
</body>
</html>