Files
kotlin/libraries/examples/browser-example/sample-javafx.html
2013-01-18 12:59:36 +04:00

16 lines
165 B
HTML

<html>
<head>
</head>
<body>
<h1>Kotlin Sample</h1>
<div id="foo">
</div>
<script type="text/kotlin">
sample.SamplePackage.myApp()
</script>
</body>
</html>