Skip to content

Commit

Permalink
No Code :)
Browse files Browse the repository at this point in the history
  • Loading branch information
NhanAZ committed Jan 14, 2025
1 parent 1dcff87 commit 74ad364
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 546 deletions.
46 changes: 1 addition & 45 deletions index.html
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ả :)
33 changes: 0 additions & 33 deletions post.js

This file was deleted.

297 changes: 0 additions & 297 deletions script.js

This file was deleted.

Loading

0 comments on commit 74ad364

Please sign in to comment.