ng/example/index.html
crusader bc3f80b726 ing
2018-05-24 12:04:38 +09:00

15 lines
295 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LoaferNg</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>