Creating an HTML page

No browser project is complete without an HTML page. Create an index.html page in the root directory of your project. And write the following lines in a <body> tag:

    <body>      <script type="text/javascript"          src="out/production/KotlinWeb/lib/kotlin.js"></script>      <script type="text/javascript"        src="out/production/KotlinWeb/KotlinWeb.js"></script>    </body>

Get Kotlin Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.