HTML

We just have a single HTML page called index.html:

    <!DOCTYPE html>    <html>      <head>        <title>Geospatial Messenger</title>          <!-- CSS -->          <link rel="stylesheet"             href="http://openlayers.org/en/v4.3.3/css/ol.css"            type="text/css">          <link rel="stylesheet"           href="https://maxcdn.bootstrapcdn.com/           bootstrap/3.3.7/css/bootstrap.min.css">          <link rel="stylesheet" href="style.css">            <!-- JS -->            <script src="http://openlayers.org/en/v4.3.3/build/ol.js">             </script>            <!-- jQuery -->            <script               src="https://ajax.googleapis.com/ajax              /libs/jquery/3.2.1/jquery.min.js"></script>            <script               src="http://www.appelsiini.net/download/              jquery.jeditable.mini.js"></script>            <!-- Bootstrap -->            <script src="https://maxcdn.bootstrapcdn.com/bootstrap /3.3.7/js/bootstrap.min.js" ...

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.