Skip to content

Instantly share code, notes, and snippets.

@davidglivar
Created October 31, 2014 01:44
Show Gist options
  • Save davidglivar/8e9f37c24f963aa38c54 to your computer and use it in GitHub Desktop.
Save davidglivar/8e9f37c24f963aa38c54 to your computer and use it in GitHub Desktop.
basic dart index
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment