diff --git a/www/index.html b/www/index.html index 1951cd3..7a414bf 100644 --- a/www/index.html +++ b/www/index.html @@ -2,11 +2,39 @@ - gpx web utils + gpx.thermokar.st + + - - + +

+ gpx.thermokar.st +

+ + This client-side tool is for merging + GPX files. + Please note, this has only been tested on GPX files produced by + Garmin and + Strava - your mileage may vary. + Source: + + https://github.com/thermokarst/gpx-web-utils + +
+ +
diff --git a/www/index.js b/www/index.js index 9a40654..e9f7a18 100644 --- a/www/index.js +++ b/www/index.js @@ -1,6 +1,6 @@ import * as gpx from "gpx-web-utils"; -const inputElement = document.getElementById("input"); +const inputElement = document.getElementById("gpxInput"); inputElement.addEventListener("change", readFiles, false);