-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1 addition
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="vi"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>NhanAZ/Notebook</title> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> | ||
</head> | ||
|
||
<body> | ||
<main class="container my-5" role="main"> | ||
<div class="row mb-4"> | ||
<div class="search-area"> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<input type="text" id="search-input" class="form-control" placeholder="Tìm kiếm..."> | ||
</div> | ||
<div class="col-md-4"> | ||
<select id="sort-select" class="form-control"> | ||
<option value="date-desc">Mới nhất</option> | ||
<option value="date-asc">Cũ nhất</option> | ||
<option value="title">Theo tiêu đề</option> | ||
</select> | ||
</div> | ||
<div class="col-md-4"> | ||
<select id="category-select" class="form-control"> | ||
</select> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="tag-list" class="mb-4"></div> | ||
<div id="post-list" class="row"></div> | ||
<div id="no-results" class="text-center d-none"> | ||
<p>Không tìm thấy bài viết nào</p> | ||
</div> | ||
</main> | ||
<script src="script.js"></script> | ||
</body> | ||
|
||
</html> | ||
Không thích code gì ở đây cả :) |
Oops, something went wrong.