2019-05-15 02:33:39 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
|
2019-05-21 02:00:14 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>DiscoTrip</title>
|
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<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">
|
2019-05-21 07:50:28 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lobster&display=swap" rel="stylesheet">
|
2019-05-21 02:00:14 +00:00
|
|
|
|
2019-05-15 02:33:39 +00:00
|
|
|
</head>
|
2019-05-21 01:56:55 +00:00
|
|
|
|
2019-05-15 02:33:39 +00:00
|
|
|
<body>
|
2019-05-21 02:00:14 +00:00
|
|
|
<app-root></app-root>
|
2019-05-15 02:33:39 +00:00
|
|
|
</body>
|
2019-05-21 01:56:55 +00:00
|
|
|
|
2019-05-15 02:33:39 +00:00
|
|
|
</html>
|