-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 979 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 979 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/flowbit.svg" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="플로우빗" />
<meta property="og:description" content="데이터 속 예측력, LSTM과 GPT가 선사하는 비트코인 추세 예측" />
<meta property="og:image" content="/og_tag.png" />
<meta property="og:url" content="https://www.flowbit.co.kr/" />
<meta name="google-adsense-account" content="ca-pub-3339887235485922">
<title>플로우빗</title>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/App.tsx"></script>
</body>
</html>