-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1009 Bytes
/
index.html
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
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--Open Graph-->
<meta
property="og:type"
content="website"
/>
<meta
property="og:title"
content="스마트한 병원을 위한 솔루션, 하이카디"
/>
<meta
property="og:description"
content="언제, 어디서나 환자의 상태를 실시간으로 모니터링 할 수 있습니다"
/>
<meta
property="og:image"
content="https://hicardi.s3.ap-northeast-2.amazonaws.com/hicardi-teamA.png"
/>
<meta
property="og:url"
content="https://www.dongahicardi.site/"
/>
<link
rel="icon"
type="image/png"
href="./src/assets/hicardi/hicardi_favicon.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>HiCardi+</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>