-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (95 loc) · 3.17 KB
/
index.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tool Đăng ký học phần UIT</title>
<script type="module" src="popup.js"></script>
<link rel="stylesheet" href="popup.css" />
<link rel="shortcut icon" href="assets/ext-icon.png" type="image/x-icon" />
</head>
<body>
<h2>Tool Đăng ký học phần UIT</h2>
<div>
<p style="margin-bottom: 8px">Môn học đăng ký</p>
<div>
<textarea
placeholder='Dán vào đây (mỗi môn học là 1 dòng)
Ví dụ:
SE358.O11.PMCL
SE100.O12.PMCL
SE214.O11.PMCL
CS114.O11.KHCL
CS116.O11.KHCL
'
></textarea>
<button class="button-82-pushable" role="button" id="submit_btn">
<span class="button-82-shadow"></span>
<span class="button-82-edge"></span>
<span class="button-82-front text">
Đăng ký
</span>
</button>
<a href="https://tool-dang-ky-hoc-phan-uit-new-web-test.vercel.app" target="_blank" class="button-82-pushable" role="button" id="test">
<span class="button-82-shadow"></span>
<span class="button-82-edge test"></span>
<span class="button-82-front test">
Test trên web
</span>
</a>
</div>
<hr style="margin-top: 16px" />
<div id="author">
<small>Tạo bởi <b>tuankietcoder</b></small>
<section>
<small>
<a href="https://github.com/tuankietcoderr" target="_blank">
Github
</a>
</small>
<small>
<a href="https://www.facebook.com/tuankietcoder" target="_blank">
Facebook
</a>
</small>
<small>
<a
href="https://www.linkedin.com/in/tuankietcoder/"
target="_blank"
>
Linkedin
</a>
</small>
</section>
</div>
<div id="donate_wrapper">
<p><small>Support mình bằng cách </small></p>
<button id="donate">
<a href="https://www.buymeacoffee.com/tuankietcoder" target="_blank">
<img
src="/assets/buy-me-a-coffee-logo.png"
alt="Buy me a coffee tuanakietcoder"
loading="eager"
style="object-fit: contain; width: 20px; height: auto;"
/>
Donate</a
>
</button>
</div>
<div id="metadata">
<a href="https://github.com/tuankietcoderr/tool-dang-ky-hoc-phan-uit-new" target="_blank" id="source_code">
Source code
</a>
<p id="version_wrapper">
<small>Phiên bản</small> <b><small id="version"></small></b>
</p>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6DTS7XXEGK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-6DTS7XXEGK");
</script>
</body>
</html>