mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
16 lines
165 B
HTML
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> |