angular/packages/zone.js/test/webdriver/test.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
145 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<script src='../../dist/zone.js'></script>
</head>
<body>
<div id="thetext">Hello Zones!</div>
</body>
</html>