Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d34a6 commit 818fd08Copy full SHA for 818fd08
Week2/Homework/codeAlong/weather-app/old/index.html
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<link rel="stylesheet" href="style.css">
8
<script defer type="text/javascript"
9
- src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCZPka1gQP9PzAC_fWwjOPuRBmmfKltch0&libraries=places"></script>
+ src="https://maps.googleapis.com/maps/api/js?key=&libraries=places"></script>
10
<script defer src="app.js"></script>
11
<title>What's the weather?</title>
12
</head>
@@ -45,4 +45,4 @@
45
<a href="https://darksky.net/poweredby/" class="darksky-logo">Powered by Dark Sky</a>
46
</body>
47
48
-</html>
+</html>
0 commit comments