CI: deploy to gh-pages (#2)

This commit is contained in:
Matthew Ryan Dillon 2020-09-25 10:29:27 -07:00 committed by GitHub
parent 056471c0eb
commit 0377efebed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 5939 additions and 5 deletions

11
www/index.html Normal file
View file

@ -0,0 +1,11 @@
<!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>
<script src="./bootstrap.js"></script>
</body>
</html>