Sign in
dart
/
webdev.git
/
9724fea6
/
.
/
fixtures
/
_test_package
/
web
/
base_index.html
blob: affdbcb5caaece0449ed1dedb6d936a07c595ca6 [
file
] [
log
] [
blame
]
<html>
<head>
<base
href
=
"/abc/"
>
<script
defer
src
=
"main.dart.js"
></script>
</head>
</html>