add more
This commit is contained in:
parent
b99940877b
commit
349cfe074a
1 changed files with 17 additions and 3 deletions
|
@ -8,8 +8,8 @@ export default function Home() {
|
|||
<h1>About</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://maplibre.org/" target="_blank">
|
||||
MapLibre
|
||||
<a href="https://www.openstreetmap.org/" target="_blank">
|
||||
OpenStreetMap
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -17,6 +17,21 @@ export default function Home() {
|
|||
OpenMapTiles
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://tilemaker.org/" target="_blank">
|
||||
Tilemaker
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/maplibre/martin" target="_blank">
|
||||
Martin
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://maplibre.org/" target="_blank">
|
||||
MapLibre
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://start.solidjs.com/" target="_blank">
|
||||
SolidStart
|
||||
|
@ -39,7 +54,6 @@ export default function Home() {
|
|||
github.com/adoyle0/maps
|
||||
</a>
|
||||
</p>
|
||||
<Counter />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue