- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 12字
- 2021-07-02 21:50:16
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"></script>
</head>
<body>
<!-- Show the map -->
<p id="map" class="map"></p>
<!-- Message box to enter message -->
<p id="message-box"></p>
<script src="map.js"></script>
</body>
</html>
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Learn Blockchain Programming with JavaScript
- Reporting with Visual Studio and Crystal Reports
- 零起步玩轉掌控板與Mind+
- Vue.js入門與商城開發實戰
- Java虛擬機字節碼:從入門到實戰
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Hands-On Enterprise Automation with Python.
- R Deep Learning Cookbook
- Java Web程序設計任務教程
- Salesforce Reporting and Dashboards
- Java系統化項目開發教程
- SQL Server與JSP動態網站開發
- Python從入門到精通
- 從零開始:UI圖標設計與制作(第3版)