2017-09-21 17:05:54 -07:00

14 lines
260 B
HTML

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