Files
Angular-Docs-Cn/aio/content/examples/styleguide/src/index.html
T

18 lines
309 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!-- #docregion -->
2017-08-22 21:31:15 +02:00
<html lang="en">
<head>
<base href="/">
<title>Style Guide Sample</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
2017-08-22 21:31:15 +02:00
<app-root></app-root>
</body>
</html>
<!-- #enddocregion -->