Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
|
| 32 |
<script>
|
| 33 |
const PASS = "1234";
|
| 34 |
-
const KEY = "
|
| 35 |
|
| 36 |
function login() {
|
| 37 |
if(document.getElementById('p').value === PASS) {
|
|
|
|
| 31 |
|
| 32 |
<script>
|
| 33 |
const PASS = "1234";
|
| 34 |
+
const KEY = "AIzaSyBsO0MMgrHGVTakWXi9lB-DrOMv9WnVVTg"; // <-- PUT YOUR KEY HERE
|
| 35 |
|
| 36 |
function login() {
|
| 37 |
if(document.getElementById('p').value === PASS) {
|