2018-09-26 10:14:49 -07:00

20 lines
406 B
HTML

<!DOCTYPE html>
<!-- #docregion -->
<html lang="en">
<head>
<!-- Set the base href -->
<!-- #docregion base-href -->
<base href="/">
<!-- #enddocregion base-href -->
<title>Angular Router</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>
<!-- #enddocregion -->