Files
kotlin-fork/libraries/examples/browser-example/sample-javafx.html
T

16 lines
161 B
HTML

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