Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<div class="col-lg-4">
<h1 class="h2 mt-2 mt-lg-0">Open Maps SDKs</h1>
<p>Open-source mapping libraries for developers of web and mobile applications.</p>
<a class="btn btn-primary mt-1" href="#" role="button">Javascript</a>
<a class="btn btn-primary mt-1" href="#" role="button">Android / iOS</a>
<a class="btn btn-primary mt-1" href="https://docs.maptiler.com/maplibre-gl-js" role="button">Javascript</a>
<a class="btn btn-primary mt-1" href="https://docs.maptiler.com/maplibre-gl-native-android" role="button">Android</a>
<a class="btn btn-primary mt-1" href="https://docs.maptiler.com/maplibre-gl-native-ios" role="button">iOS</a>
</div>
</div>
</div>
Expand Down