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

15 lines
262 B
HTML

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