commit 07c9e50a9f6bb92562fb6b81cf1c04f0958dcc4b Author: Louis Date: Fri Apr 19 11:57:55 2024 +0200 first functional commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc23b9b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# logbook2map + +## Quick Start + +```bash +python3 -m http.server -b "::" 8030 +``` + +Go to https://8030.code.louis.hostux.fr \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f48d2aa --- /dev/null +++ b/index.html @@ -0,0 +1,205 @@ + + + + + + logbook2map + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file