-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.26 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.26 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" class="font-line">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico"/>
<link ref="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>포크(Fork)</title>
<meta name="description" content="콕! 찍어먹는 AI 한식 여행 번역기">
<meta property="og:description" content="콕! 찍어먹는 AI 한식 여행 번역기">
<meta property="og:url" content="fork-ai.co">
<meta property="og:type" content="website">
<meta property="og:title" content="포크(Fork)">
<meta property="og:site_name" content="포크(Fork)">
<meta property="og:image" content="https://raw.githubusercontent.com/3people/Fork/refs/heads/main/public/og_image.png">
<meta name="theme-color" content="#FFFFFF" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
</head>
<body>
<div id="app"></div>
<script
type="module"
src="/src/main.ts"
></script>
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=1adb8a2b7ddb7007f2d9f64c95cd315a&libraries=services"></script>
</body>
</html>