19 lines
314 B
HTML
Raw Normal View History

2019-05-15 11:33:39 +09:00
<!doctype html>
<html lang="en">
2019-05-21 10:56:55 +09:00
2019-05-15 11:33:39 +09:00
<head>
2019-05-21 10:56:55 +09:00
<meta charset="utf-8">
<title>DiscoTrip</title>
<base href="/">
2019-05-15 11:33:39 +09:00
2019-05-21 10:56:55 +09:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
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 10:56:55 +09:00
<h1>I can push</h1>
<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>