2016-06-05 20:25:16 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-01-23 23:44:55 +00:00
|
|
|
<title>MyApp</title>
|
2016-06-05 20:25:16 +02:00
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-01-23 23:44:55 +00:00
|
|
|
<app-root>Loading...</app-root>
|
2016-06-05 20:25:16 +02:00
|
|
|
</body>
|
|
|
|
</html>
|