Adding exams folder + adding 'book_finder' in it as first folder commit
This commit is contained in:
18
_exams/book_finder/index.html
Normal file
18
_exams/book_finder/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="bookList.js"></script>
|
||||
<script src="bookList.test.js"></script>
|
||||
<script src="helper.js"></script>
|
||||
<script src="script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Book Finder</h1>
|
||||
<input id="search-bar" type="text" placeholder="Search for books by tags">
|
||||
<button class="btn" id="search-btn">Search</button>
|
||||
<div id="bookList">
|
||||
<!-- List of books will be rendered here -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user