Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
libraries
/
examples
/
browser-example
/
sample-javafx.html
blob: 4b1c44ed19665879cf142a091b6539059655723d [
file
] [
log
] [
blame
] [
edit
]
<html>
<head>
</head>
<body>
<h1>
Kotlin Sample
</h1>
<div
id
=
"foo"
>
</div>
<script
type
=
"text/kotlin"
>
sample
.
SamplePackage
.
myApp
()
</script>
</body>
</html>