commit 26c3013d7443323138289c03a7bcdd09bd4aee69 Author: Knut Ahlers Date: Wed Jul 17 21:23:07 2019 +0200 Initial version Signed-off-by: Knut Ahlers 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...
+
+ +
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+ +

+ + + +

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