This repository was archived by the owner on Jun 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.97 KB
/
index.html
File metadata and controls
59 lines (56 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Thư viện Trường Trung Học Cơ Sở Đoàn Thị Điểm</title>
<link rel="stylesheet" type="text/css" href="src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="src/qrLoader.js" defer="defer"></script>
<script src="/src/userManager.js" defer></script>
<!-- Them thu vien doc QR jsQR -->
<script src="src/jsQR.js"></script>
<!-- <script src="/src/qrLoader.js"></script> -->
</head>
<body>
<header>
<nav class="navbar">
<div class="logo">
<a href="/">
<img src="/favicon.ico" alt="Logo">
</a>
<div class="site-name">
<a href="/"><span>THCS Đoàn Thị Điểm</span></a>
</div>
</div>
<div class="nav-menu">
<a href="/index.html">📷 Quét QR</a>
<div class="dropdown">
<a class="dropdown-toggle" id="searchbarlink">📚 Tìm sách</a>
<div class="dropdown-menu" id="dropdown_search">
<a href="/search.html?query=Sách+giáo+khoa" id="submenus">📗 Sách giáo khoa</a>
<a href="/search.html?query=Sách+tham+khảo" id="submenus">📙 Sách tham khảo</a>
<a href="/search.html?query=Sách+truyện" id="submenus">📕 Sách truyện</a>
<a href="/search.html?query=Sách+Bài+Tập" id="submenus">📘 Sách bài tập</a>
<a href="/search.html">🔍 Tìm kiếm</a>
</div>
</div>
<a class="navbutton_userprofile" href="/accountsettings.html" id="user">Bạn</a>
</div>
</nav>
</header>
<div class="fullscreen-container">
<video id="camera" class="cam" autoplay playsinline muted></video>
<canvas id="canvas" style="display: none;" width="640" height="480"></canvas>
<div class="overlay">
<h1>Quét mã QR để tiếp tục</h1>
<i>Để có thể xem được thông tin cuốn sách bạn cần tìm, vui lòng quét mã QR ở mặt sau của cuốn sách.</i>
<p id="result">Hãy chiếu chiếu toàn bộ mã QR vào camera của bạn</p>
</div>
<p class="overlay-info">
<i>Sản phẩm trình bày Khoa Học Kỹ Thuật. Được thiết kế bởi nhóm học sinh lớp 8H.<br>
Nguyễn Văn Quang Vinh; Phạm Phương Chi<br>
Dưới sự hướng dẫn của các giáo viên:<br>
Từ Thị Việt Hà; Nguyễn Thị Loan</i>
</p>
</div>
</body></html>