pracowniaapp2Front/src/index.html

17 lines
499 B
HTML
Raw Normal View History

2020-01-13 17:08:31 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Frontend</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2020-01-20 15:02:08 +01:00
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2020-01-13 17:08:31 +01:00
</head>
2020-01-20 15:02:08 +01:00
<body class="mat-typography">
2020-01-13 17:08:31 +01:00
<app-root></app-root>
</body>
</html>