-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 1.04 KB
/
index.html
File metadata and controls
22 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="孫晟赫(大象)的個人博客 - 澳門大學計算機科學系學生,專注網絡安全、CTF競賽、全棧開發與AI技術探索" />
<meta name="keywords" content="孫晟赫,大象,網絡安全,CTF,全棧開發,澳門大學,計算機科學,博客" />
<meta name="author" content="孫晟赫 (大象)" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="大象的賽博空間 | 孫晟赫" />
<meta property="og:description" content="網絡安全愛好者,CTF競賽選手,全棧開發者的技術分享空間" />
<meta property="og:type" content="website" />
<title>大象的賽博空間 | 孫晟赫 - 網絡安全 & 全棧開發</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>