1 |
64f28c6d
|
Ondřej Váně
|
<!doctype html>
|
2 |
|
|
<html lang="en">
|
3 |
|
|
<head>
|
4 |
|
|
<meta charset="utf-8">
|
5 |
|
|
<title>Fulltext search</title>
|
6 |
|
|
<base href="/">
|
7 |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
24fca77c
|
Ondřej Váně
|
<link rel="icon" type="image/png" href="favicon.png">
|
9 |
3507cb4d
|
Ondřej Váně
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
10 |
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
11 |
abf0c77d
|
Ondřej Váně
|
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
12 |
64f28c6d
|
Ondřej Váně
|
</head>
|
13 |
3507cb4d
|
Ondřej Váně
|
<body class="mat-typography">
|
14 |
64f28c6d
|
Ondřej Váně
|
<app-root></app-root>
|
15 |
|
|
</body>
|
16 |
|
|
</html>
|