Skip to content

Instantly share code, notes, and snippets.

@chrisbu
Created June 26, 2012 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisbu/2994982 to your computer and use it in GitHub Desktop.
Save chrisbu/2994982 to your computer and use it in GitHub Desktop.
Async test html
<!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>
@chrisbu
Copy link
Author

chrisbu commented Jun 26, 2012

The associated AsyncTest.dart file is here: https://gist.github.com/2994941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment