forked from 100-hours-a-week/10-wingterview-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) ยท 963 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) ยท 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="์ํฐ๋ทฐ, ๋ฉด์ ์ ๋ ๊ฐ๋ฅผ ๋ฌ์! ๊ฐ๋ฐ์ ์ทจ์
์ ์ํ AI ๋ชจ์ ๋ฉด์ ํ๋ จ ์๋น์ค. ์์ฑ ๋
น์โSTT ๋ถ์โ๋ง์ถค ํผ๋๋ฐฑโCS ํด์ฆ ๋ณต์ต์ 4๋จ๊ณ ์์คํ
์ผ๋ก ์ค์ ๋ฉด์ ๋์๋ ฅ ์์ฑ"
/>
<meta
name="keywords"
content="๊ฐ๋ฐ์ ๋ฉด์ , AI ๋ฉด์ ํ๋ จ, STT ์์ฑ ๋ถ์, ๋ฉด์ ํผ๋๋ฐฑ, CS ํด์ฆ, ๊ธฐ์ ๋ฉด์ ์ค๋น, ์ทจ์
์ค๋น, ๋ชจ์๋ฉด์ , ํ์คํ, ํด๋ผ์ฐ๋, ์ธ๊ณต์ง๋ฅ"
/>
<meta name="author" content="๋ฉด์ ์ฐธ์ญ์กฐ" />
<link rel="icon" type="image/svg+xml" href="public/favicon.ico" />
<title>wingterview - AI ๋ชจ์ ๋ฉด์ & CS ํด์ฆ</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>