From 4edde11833a74085eb68a4457ed307ac5f10efe6 Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Tue, 14 Mar 2023 12:12:35 -0700 Subject: [PATCH] Geolocation day 21 of 30. --- Geolocation [21-30]/index.html | 75 ++++++++++++++++++++++++++++++++ Geolocation [21-30]/package.json | 14 ++++++ 2 files changed, 89 insertions(+) create mode 100644 Geolocation [21-30]/index.html create mode 100644 Geolocation [21-30]/package.json 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" + } +}