major: yew release (canary)
This commit is contained in:
parent
ff73b42e17
commit
74b83b43d1
8 changed files with 703 additions and 381 deletions
36
index.html
36
index.html
|
@ -1,6 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html><html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>gpx.thermokar.st</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -13,34 +11,16 @@
|
|||
font-size: large;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<link rel="preload" href="/index-16ed35a94b2428b4_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/index-16ed35a94b2428b4.js"></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.
|
||||
javascript in your browser to use this tool.
|
||||
</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>
|
||||
|
||||
|
||||
<script type="module">import init from '/index-16ed35a94b2428b4.js';init('/index-16ed35a94b2428b4_bg.wasm');</script></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue