angular-docs-cn/public/docs/_examples/styleguide/js/index.html

16 lines
417 B
HTML
Raw Normal View History

<!-- #docregion -->
<!DOCTYPE html>
<html>
2016-04-27 14:28:22 -04:00
<title>Documentation Style</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<script src="https://code.angularjs.org/2.0.0-alpha.34/angular2.sfx.dev.js"></script>
<script src="app.js"></script>
</head>
<body>
<my-app>foo2</my-app>
</body>
</html>