Skip to content

Commit

Permalink
Film Search
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahganzz authored Nov 2, 2023
1 parent fa79ce7 commit 917ee0a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h1 style="font-size: 2rem; font-family: 'Alice', serif; margin-bottom: 3px;">Film Search</h1>
<div class="container">
<div class="row justify-content-center">
<div class="col-7">
<div class="col-12 col-md-7">
<div class="input-group">
<input type="text" id="searchInput" class="form-control" placeholder="Search The Movie..." autocomplete="off" autofocus="autofocus" required>
<button id="searchButton" class="btn btn-primary">
Expand All @@ -37,21 +37,22 @@ <h1 style="font-size: 2rem; font-family: 'Alice', serif; margin-bottom: 3px;">Fi
</div>
</div>

<div class="content mt-5">
<div class="content mt-3 mt-md-5">
<div class="container">
<div class="row" id="movieResults">
</div>
</div>
</div>

<div class="footer">
&copy; 2023 Film Search
&copy; 2023 Film Search | <a href="https://github.com/miftahganzz">Miftah GanzZ</a>
Powered By: <a href="https://api.yanzbotz.my.id">YanzBotz API</a>
</div>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>

<script src="script.js"></script>
<script src="script.js"></script>
</body>

</html>

0 comments on commit 917ee0a

Please sign in to comment.