We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6244322 + 8f2aeb9 commit e89aa6dCopy full SHA for e89aa6d
1 file changed
06 - Type Ahead/index-START.html
@@ -1,10 +1,12 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
+
4
<head>
5
<meta charset="UTF-8">
6
<title>Type Ahead 👀</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
10
<body>
11
12
<form class="search-form">
@@ -14,9 +16,8 @@
14
16
<li>or a state</li>
15
17
</ul>
18
</form>
-<script>
-const endpoint = 'https://gist.githubusercontent.com/Miserlou/c5cd8364bf9b2420bb29/raw/2bf258763cdddd704f8ffd3ea9a3e81d25e2c6f6/cities.json';
19
-
20
-</script>
21
- </body>
+ <script>
+ const endpoint = 'https://gist.githubusercontent.com/Miserlou/c5cd8364bf9b2420bb29/raw/2bf258763cdddd704f8ffd3ea9a3e81d25e2c6f6/cities.json';
+ </script>
22
+</body>
23
</html>
0 commit comments