21 lines
481 B
HTML
Raw Normal View History

2019-05-15 11:33:39 +09:00
<!doctype html>
<html lang="en">
<head>
2019-05-21 11:00:14 +09: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-15 11:33:39 +09:00
</head>
2019-05-21 10:56:55 +09:00
2019-05-15 11:33:39 +09:00
<body>
2019-05-21 11:00:14 +09:00
<app-root></app-root>
2019-05-15 11:33:39 +09:00
</body>
2019-05-21 10:56:55 +09:00
2019-05-15 11:33:39 +09:00
</html>