angular-cn/packages/examples/index.html

16 lines
337 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angular Examples</title>
<base href="/">
<!-- Prevent the browser from requesting any favicon. This could throw off the console
output checks. -->
<link rel="icon" href="data:,">
</head>
<body>
<example-app>Loading...</example-app>
</body>
</html>