46 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>gpx.thermokar.st</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <style>
 | |
|       body {
 | |
|         max-width: 35em;
 | |
|         margin: 0 auto;
 | |
|         line-height: 1.5;
 | |
|         font-family: Arial, Helvetica, sans-serif;
 | |
|         font-size: large;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>
 | |
|       <a href="https://gpx.thermokar.st">gpx.thermokar.st</a>
 | |
|     </h1>
 | |
|     <noscript>
 | |
|       <mark>
 | |
|         This page contains webassembly and javascript content, please enable
 | |
|         javascript in your browser.
 | |
|       </mark>
 | |
|     </noscript>
 | |
|     <p>
 | |
|       This client-side tool is for merging
 | |
|       <a href="https://www.topografix.com/gpx.asp">GPX files</a>.
 | |
|       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.
 | |
|     </p>
 | |
|     <form>
 | |
|       <input id="gpxInput" type="file" multiple accept="text/gpx,.gpx">
 | |
|     </form>
 | |
|     <hr>
 | |
|     <p>
 | |
|       <small>
 | |
|          <a href="https://github.com/thermokarst/gpx-web-utils">
 | |
|           https://github.com/thermokarst/gpx-web-utils</a>
 | |
|       </small>
 | |
|     </p>
 | |
|     <script src="./bootstrap.js"></script>
 | |
|   </body>
 | |
| </html>
 |