-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_base.html
More file actions
32 lines (30 loc) · 1.58 KB
/
_base.html
File metadata and controls
32 lines (30 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Sửa tiêu đề và các meta -->
<title>Thành tựu | OUMPC</title>
<link rel="stylesheet" href="/src/css/sukien.css">
<meta name="description" content="Trang thành tựu của CLB Lập trình trên thiết bị di động - Mobile Programming Club - MPC.">
<meta name="keywords" content="CLB, Lập trình, thiết bị di động, MPC, Khoa CNTT, ĐH Mở Tp.HCM">
<meta name="author" content="MPC">
<meta property="og:title" content="Thành tựu | OUMPC">
<meta property="og:description" content="Trang thành tựu của CLB Lập trình trên thiết bị di động - Mobile Programming Club - MPC.">
<meta property="og:image" content="src\asset\image\toc1.jpg">
<meta property="og:url" content="https://https://oumpc.github.io/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="OUMPC">
<meta property="og:locale" content="vi_VN">
<!-- THÊM LINK CSS Ở ĐÂY -->
</head>
<body>
<script src="/src/js/loading.js" defer></script>
<header></header>
<!-- THÊM Ở ĐÂY -->
<footer></footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" integrity="sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/src/js/init.js" defer></script>
<!-- THÊM SCRIPT Ở ĐÂY -->
</body>
</html>