Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 818fd08

Browse files
authored
Update index.html
1 parent 41d34a6 commit 818fd08

File tree

1 file changed

+2
-2
lines changed
  • Week2/Homework/codeAlong/weather-app/old

1 file changed

+2
-2
lines changed

Week2/Homework/codeAlong/weather-app/old/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" href="style.css">
88
<script defer type="text/javascript"
9-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCZPka1gQP9PzAC_fWwjOPuRBmmfKltch0&libraries=places"></script>
9+
src="https://maps.googleapis.com/maps/api/js?key=&libraries=places"></script>
1010
<script defer src="app.js"></script>
1111
<title>What's the weather?</title>
1212
</head>
@@ -45,4 +45,4 @@
4545
<a href="https://darksky.net/poweredby/" class="darksky-logo">Powered by Dark Sky</a>
4646
</body>
4747

48-
</html>
48+
</html>

0 commit comments

Comments
 (0)