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>
|
<p>
|
||||||
{"This client-side tool is for merging "}
|
{"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>
|
</p>
|
||||||
|
|
||||||
|
@ -30,12 +32,22 @@ impl Component for App {
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{"Please note, this has only been tested on GPX files produced by "}
|
{"Note, this has only been tested on GPX files produced by "}
|
||||||
<a href="https://www.garmin.com">{"Garmin"}</a>{" and "}
|
<a href="https://www.garmin.com">
|
||||||
<a href="https://www.strava.com">{"Strava"}</a>{" - your mileage may vary."}
|
{"Garmin"}
|
||||||
|
</a>
|
||||||
|
{" and "}
|
||||||
|
<a href="https://www.strava.com">
|
||||||
|
{"Strava"}
|
||||||
|
</a>
|
||||||
|
{" - your mileage may vary."}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
</p>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue