-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.57 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
<!DOCTYPE html>
<html lang="%VITE_HTML_LANG%" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_OG_TITLE%</title>
<meta name="description" content="%VITE_META_DESCRIPTION%" />
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" />
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
<link rel="canonical" href="https://wintrover.github.io%VITE_CANONICAL_PATH%" />
<link rel="alternate" hreflang="ko" href="https://wintrover.github.io/ko/" />
<link rel="alternate" hreflang="en" href="https://wintrover.github.io/" />
<link rel="alternate" hreflang="x-default" href="https://wintrover.github.io/" />
<meta property="og:title" content="%VITE_OG_TITLE%" />
<meta property="og:description" content="%VITE_OG_DESCRIPTION%" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wintrover.github.io%VITE_CANONICAL_PATH%" />
<meta property="og:image" content="https://wintrover.github.io/images/profile.png" />
<meta property="og:image:alt" content="%VITE_OG_IMAGE_ALT%" />
<meta property="og:site_name" content="wintrover" />
<link rel="icon" type="image/png" href="%BASE_URL%images/profile.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>