Skip to content

Commit 1150d91

Browse files
committed
fix stupid mistakes
1 parent 8dc55bf commit 1150d91

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3 class="center-text">
2424
</header>
2525
<body>
2626
<div id="app">
27-
<div class=center-text>
27+
<div class="center-text">
2828
<input type="search" id="searchbox" placeholder="Search APIs" autocomplete="off" spellcheck="false" tabindex="0" v-model="filter">
2929
</div>
3030
<div style="overflow-x:auto;">
@@ -51,8 +51,6 @@ <h3 class="center-text">
5151
</div>
5252
</div>
5353
</body>
54-
<footer>
55-
<script src="scripts/main.js"></script>
56-
</footer>
54+
<script src="scripts/main.js"></script>
5755
</html>
5856

0 commit comments

Comments
 (0)