Sign in
dart
/
webdev
/
refs/tags/webdev-v3.3.0
/
.
/
example
/
web
/
index.html
blob: 7b69801300b9f822864c4710585f7d02a679ca71 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
webdev example
</title>
<meta
charset
=
"utf-8"
>
<meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<script
defer
src
=
"main.dart.js"
></script>
</head>
</html>