aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3/MyForm.html
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-25 10:15:00 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-25 10:15:00 -0600
commit510f8d68c91414cea5f6e8fd360616f857df1db9 (patch)
treee8834d1d85ec351292141458c6ed8b762107c2cd /csci4131/hw3/MyForm.html
parentaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... (diff)
downloadhomework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar.gz
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar.bz2
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar.lz
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar.xz
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.tar.zst
homework-510f8d68c91414cea5f6e8fd360616f857df1db9.zip
e
Diffstat (limited to 'csci4131/hw3/MyForm.html')
-rw-r--r--csci4131/hw3/MyForm.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/csci4131/hw3/MyForm.html b/csci4131/hw3/MyForm.html
index 261d8df..4e2760d 100644
--- a/csci4131/hw3/MyForm.html
+++ b/csci4131/hw3/MyForm.html
@@ -5,6 +5,7 @@
<meta charset="utf-8">
<title>There is no form</title>
<link rel="stylesheet" href="style.css">
+ <script src="contacts.js" defer></script>
</head>
<body>
<nav>
@@ -47,4 +48,8 @@
<input type="reset" value="Clear">
</p>
</form>
+ <div id="formap"></div>
+ <script
+ src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHA_O_rW2n6AAb9lvwOQ3wO36rtstdc90&libraries=places,geometry&callback=initForm"
+ async defer></script>
</body>