wip
This commit is contained in:
parent
b7b2cbfe9c
commit
dac2f177f0
1 changed files with 17 additions and 5 deletions
22
src/app.rs
22
src/app.rs
|
@ -21,7 +21,9 @@ impl Component for App {
|
|||
|
||||
<p>
|
||||
{"This client-side tool is for merging "}
|
||||
<a href="https://www.topografix.com/gpx.asp">{"GPX files"}</a>
|
||||
<a href="https://www.topografix.com/gpx.asp">
|
||||
{"GPX files"}
|
||||
</a>
|
||||
{". "}
|
||||
</p>
|
||||
|
||||
|
@ -30,12 +32,22 @@ impl Component for App {
|
|||
<hr/>
|
||||
|
||||
<p>
|
||||
{"Please note, this has only been tested on GPX files produced by "}
|
||||
<a href="https://www.garmin.com">{"Garmin"}</a>{" and "}
|
||||
<a href="https://www.strava.com">{"Strava"}</a>{" - your mileage may vary."}
|
||||
{"Note, this has only been tested on GPX files produced by "}
|
||||
<a href="https://www.garmin.com">
|
||||
{"Garmin"}
|
||||
</a>
|
||||
{" and "}
|
||||
<a href="https://www.strava.com">
|
||||
{"Strava"}
|
||||
</a>
|
||||
{" - your mileage may vary."}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<small>{"source (public access): git://pingo.thermokar.st/gpx-web-utils"}</small>
|
||||
<small>
|
||||
{"source (public access): "}
|
||||
{"git://pingo.thermokar.st/gpx-web-utils"}
|
||||
</small>
|
||||
</p>
|
||||
</>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue