mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
15 lines
407 B
HTML
15 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Test App</title>
|
|
</head>
|
|
<body>
|
|
<my-app />
|
|
</body>
|
|
<script src="/angular/packages/zone.js/bundles/zone.umd.js"></script>
|
|
<script src="/app_bundle.debug.js"></script>
|
|
</html>
|