mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
d2ec49d1f7
BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org/2183603003 .
12 lines
244 B
HTML
12 lines
244 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dart Browser</title>
|
|
</head>
|
|
<body>
|
|
<script type="application/dart" src="main.dart"></script>
|
|
<script src="packages/browser/dart.js"></script>
|
|
</body>
|
|
</html>
|