diff --git a/Geolocation [21-30]/index.html b/Geolocation [21-30]/index.html new file mode 100644 index 0000000..ab98927 --- /dev/null +++ b/Geolocation [21-30]/index.html @@ -0,0 +1,75 @@ + + + + + Document + + + + + + + +

+ 0 + KM/H +

+ + + + + diff --git a/Geolocation [21-30]/package.json b/Geolocation [21-30]/package.json new file mode 100644 index 0000000..aad6fe2 --- /dev/null +++ b/Geolocation [21-30]/package.json @@ -0,0 +1,14 @@ +{ + "name": "gum", + "version": "1.0.0", + "description": "", + "main": "scripts.js", + "scripts": { + "start": "browser-sync start --directory --server --files \"*.css, *.html, *.js\" --https" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "browser-sync": "^2.12.5 <2.23.2" + } +}