Sign in
dart
/
sdk.git
/
2ddcfae040273404ba38b116c75feafd13a0dc38
/
.
/
pkg
/
dev_compiler
/
web
/
index.html
blob: 1ef26e1435413e63277b2ad027f6212494d1938f [
file
] [
log
] [
blame
]
<!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>