1
|
<!doctype html>
|
2
|
<html lang="en">
|
3
|
|
4
|
<head>
|
5
|
<meta charset="utf-8">
|
6
|
<title>PWC - RTA</title>
|
7
|
<base href="/">
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
|
<link rel="apple-touch-icon" sizes="57x57" href="/assets/images/favicons//apple-icon-57x57.png">
|
10
|
<link rel="apple-touch-icon" sizes="60x60" href="/assets/images/favicons//apple-icon-60x60.png">
|
11
|
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/favicons//apple-icon-72x72.png">
|
12
|
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/favicons//apple-icon-76x76.png">
|
13
|
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/favicons//apple-icon-114x114.png">
|
14
|
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/favicons//apple-icon-120x120.png">
|
15
|
<link rel="apple-touch-icon" sizes="144x144" href="/assets/images/favicons//apple-icon-144x144.png">
|
16
|
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/favicons//apple-icon-152x152.png">
|
17
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons//apple-icon-180x180.png">
|
18
|
<link rel="icon" type="image/png" sizes="192x192" href="/assets/images/favicons//android-icon-192x192.png">
|
19
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicons//favicon-32x32.png">
|
20
|
<link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons//favicon-96x96.png">
|
21
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicons//favicon-16x16.png">
|
22
|
<link rel="manifest" href="/assets/images/favicons//manifest.json">
|
23
|
<meta name="msapplication-TileColor" content="#ffffff">
|
24
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
25
|
<meta name="theme-color" content="#ffffff">
|
26
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicons/favicon.ico">
|
27
|
</head>
|
28
|
|
29
|
<body>
|
30
|
<app-root></app-root>
|
31
|
</body>
|
32
|
|
33
|
</html>
|