new: yew-based front-end

This commit is contained in:
Matthew Ryan Dillon 2021-12-09 12:08:28 -07:00
parent abadb2ec7d
commit d64938e8e5
20 changed files with 680 additions and 6263 deletions

25
index.html Normal file
View file

@ -0,0 +1,25 @@
<!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: sans-serif;
font-size: large;
}
</style>
</head>
<body>
<noscript>
<mark>
This page contains webassembly and javascript content, please enable
javascript in your browser to use this tool.
</mark>
</noscript>
</body>
</html>