Sign in
chromium
/
chromium
/
src
/
lkgr-ios-internal
/
.
/
chrome
/
browser
/
resources
/
internals
/
hello_ts
/
hello_ts.html
blob: 46781303369fff583e500d6c280b6f0cb7d0776e [
file
] [
log
] [
blame
]
<html>
<title>
Hello TypeScript
</title>
<meta
charset
=
"utf-8"
>
<script
type
=
"module"
src
=
"app.js"
></script>
<body>
<ts-app></ts-app>
</body>
</html>