Files
kotlin/libraries/examples/browser-example/sample.html

19 lines
285 B
HTML

<html>
<head>
</head>
<body>
<h1>Kotlin Sample</h1>
<div id="foo">
</div>
<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">
</script>
</body>
</html>