mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5eb7426216
PR Close #30962
11 lines
216 B
HTML
11 lines
216 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src='../../node_modules/core-js-bundle/index.js'></script>
|
|
<script src='../../dist/zone.js'></script>
|
|
</head>
|
|
<body>
|
|
<div id="thetext">Hello Zones!</div>
|
|
</body>
|
|
</html>
|