mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9d1d742f1b
This should also be safe on any html file that isn't an angular template
10 lines
167 B
HTML
10 lines
167 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script src="../../dist/zone-evergreen.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="thetext">Hello Zones!</div>
|
|
</body>
|
|
</html>
|