mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
19 lines
383 B
HTML
19 lines
383 B
HTML
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Kotlin Sample</h1>
|
|
|
|
<div id="foo">
|
|
</div>
|
|
|
|
<script type="text/javascript" src="src/js/jquery.js"></script>
|
|
<script type="text/javascript" src="target/js/kotlin-lib.js"></script>
|
|
<script type="text/javascript" src="target/js/browser-example.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(sample.myApp)
|
|
</script>
|
|
|
|
</body>
|
|
</html> |