1 |
ee1670e3
|
hlavja
|
<!doctype html>
|
2 |
|
|
<html lang="en">
|
3 |
|
|
<head>
|
4 |
|
|
<meta charset="utf-8">
|
5 |
|
|
<title>SensLog</title>
|
6 |
|
|
<base href="/">
|
7 |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8 |
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
9 |
fe75f113
|
lmoucka@students.zcu.cz
|
<!-- TODO: add to dependencies -->
|
10 |
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
11 |
ee1670e3
|
hlavja
|
</head>
|
12 |
|
|
<body>
|
13 |
|
|
<app-root></app-root>
|
14 |
8ca45faf
|
lmoucka@students.zcu.cz
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
|
15 |
ee1670e3
|
hlavja
|
</body>
|
16 |
|
|
</html>
|