From 07c9e50a9f6bb92562fb6b81cf1c04f0958dcc4b Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 19 Apr 2024 11:57:55 +0200 Subject: [PATCH] first functional commit --- README.md | 9 +++ index.html | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 README.md create mode 100644 index.html 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