From 26c3013d7443323138289c03a7bcdd09bd4aee69 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 17 Jul 2019 21:23:07 +0200 Subject: [PATCH] Initial version Signed-off-by: Knut Ahlers --- Dockerfile | 3 ++ README.md | 3 ++ index.html | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+) create mode 100644 Dockerfile create mode 100644 README.md create mode 100644 index.html diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e4a682f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine + +COPY index.html /usr/share/nginx/html/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcf85e8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Luzifer / phonepos + +This repo emerged from the requirement to have a most accurate position using my mobile phone regardless of the brand of that mobile phone. So this HTML5 / JavaScript solution emerged using the Geoposition API inside the browser (supported by Safari on iOS as well as Chrome on Android). diff --git a/index.html b/index.html new file mode 100644 index 0000000..235d733 --- /dev/null +++ b/index.html @@ -0,0 +1,144 @@ + + + + + + Get your position + + + +
+
+
+
+ +
+
Get your current position...
+
+ +
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+ +

+ + + +

+ +
+ +
+ +
+
+
+ +
+
+
+ +
+ + + + + +