-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.01 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.01 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
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>BrainPIX 아이디어 거래 & 협업 플랫폼</title>
<meta
name="keywords"
content="브레인픽스, brainpix, 아이디어 거래, 협업" />
<meta
name="description"
content="BrainPIX에서 누구나 자신의 아이디어를 거래하고, 딱 맞는 협력자를 찾아요." />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/icons/logo.svg" />
<meta
property="og:type"
content="website" />
<meta
property="og:name"
content="BrainPIX" />
<meta
property="og:image"
content="/src/assets/icons/logo.svg" />
<meta
property="og:image:width"
content="250" />
<meta
property="og:image:height"
content="100" />
<meta
property="og:locale"
content="ko_KR" />
</head>
<body>
<div id="root"></div>
<script
defer
type="module"
src="/src/main.tsx"></script>
</body>
</html>