Created
June 26, 2012 10:45
-
-
Save chrisbu/2994982 to your computer and use it in GitHub Desktop.
Async test html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>AsyncTest</title> | |
<link rel="stylesheet" href="AsyncTest.css"> | |
</head> | |
<body> | |
<h1>AsyncTest</h1> | |
<br/> | |
<div id="content"> | |
<div id="text"></div> | |
</div> | |
<script type="application/dart" src="AsyncTest.dart"></script> | |
<script src="dart.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The associated AsyncTest.dart file is here: https://gist.github.com/2994941