Skip to content

Commit

Permalink
[OGT-90] Renamed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
innc committed Jun 8, 2021
1 parent e07d8f0 commit ac0204a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion html/geoSearchByList.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<p>
Menu links to:
<a href='/html/leafletMap.html'>Leaflet Wikidata</a> -
<a href='/html/leafletWikidata.html'>Leaflet Wikidata</a> -
<a href='/html/leafletGeoSearch.html'>Leaflet GeoSearch</a> -
<a href='/html/geoSearchByList.html'>GeoSearch by list</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion html/leafletGeoSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<p>
Menu links to:
<a href='/html/leafletMap.html'>Leaflet Wikidata</a> -
<a href='/html/leafletWikidata.html'>Leaflet Wikidata</a> -
<a href='/html/leafletGeoSearch.html'>Leaflet GeoSearch</a> -
<a href='/html/geoSearchByList.html'>GeoSearch by list</a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions html/leafletMap.html → html/leafletWikidata.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<script src='/node_modules/leaflet/dist/leaflet.js'></script>

<!-- website -->
<link rel='stylesheet' href='/css/leafletMap.css' />
<script src='/js/leafletMaps.js'></script>
<link rel='stylesheet' href='/css/leafletWikidata.css' />
<script src='/js/leafletWikidata.js'></script>
<script src='/js/SparqlQueryDispatcher.js'></script>
</head>

<body>
<p>
Menu links to:
<a href='/html/leafletMap.html'>Leaflet Wikidata</a> -
<a href='/html/leafletWikidata.html'>Leaflet Wikidata</a> -
<a href='/html/leafletGeoSearch.html'>Leaflet GeoSearch</a> -
<a href='/html/geoSearchByList.html'>GeoSearch by list</a>
</p>
Expand Down
File renamed without changes.

0 comments on commit ac0204a

Please sign in to comment.