-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.48 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
<!doctype html>
<html>
<head>
<title>Hong Shick Pak</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<meta name="referrer" content="strict-origin">
<meta name="author" content="Hong Shick Pak">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Michael Pak, Hong Shick Pak, Hong, Shick, Pak, Michael, Blog, hspak">
<meta name="description" content="Homepage of Hong Shick Pak">
<meta property="og:url" content="https://hspak.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Hspak">
<meta property="og:title" content="Hspak">
<meta property="og:description" content="Homepage of Hong Shick Pak">
<meta property="twitter:creator" content="@hspasta">
<link rel="canonical" href="https://hspak.com/">
<link rel="stylesheet" href="style/index.css">
</head>
<body>
<div class="outer">
<div class="container">
<div class="item">
<div class="name-title"><div class="name"></div></div>
<div class="link"><a href="https://hspak.dev/">Blog</a></div>
<div class="link"><a href="mailto:[email protected]">Email</a></div>
<div class="link"><a href="https://github.com/hspak/">GitHub</a></div>
<div class="link"><a href="https://linkedin.com/in/hspak/">Linkedin</a></div>
<div class="link"><a href="https://x.com/hspasta/">X</a></div>
</div>
</div>
</div>
</body>
</html>