gpx-web-utils/www/index.html

12 lines
338 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>gpx web utils</title>
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<input id="input" type="file" multiple>
<script src="./bootstrap.js"></script>
</body>
</html>