-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
171 lines (168 loc) ยท 4.87 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/asset/favicon.ico" />
<!--
import from cdn
-->
<!--
Ant Design - https://ant.design/
-->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/antd/4.1.5/antd.css"
/>
<!--
normalize.css - https://necolas.github.io/normalize.css/
-->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/>
<!--
Fontawesome - https://fontawesome.com/
-->
<link
rel="stylesheet"
type="text/css"
href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"
/>
<!--
Web Fonts from Google Fonts
๋ฐฐ๋ฌ์๋ฏผ์กฑ ๋ํ - https://fonts.google.com/specimen/Do+Hyeon
์ก๋ช
- https://fonts.google.com/specimen/Song+Myung
๋๋ ๊ณ ๋ - https://fonts.google.com/specimen/Nanum+Gothic
๋๋ ๋ช
์กฐ - https://fonts.google.com/specimen/Nanum+Myeongjo
๋๋์๊ธ์จ ํ - https://fonts.google.com/specimen/Nanum+Pen+Script
๊ฒ์๊ณ ๋ - https://fonts.google.com/specimen/Black+Han+Sans
Use the following CSS rules to specify these families:
font-family: 'Black Han Sans', sans-serif;
-->
<link
rel="stylesheet"
type="text/css"
href="https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
PWA Settings
If you want to download favicon assets by various sizes. See https://favicomatic.com/.
-->
<link rel="apple-touch-icon" href="logo192.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="%PUBLIC_URL%/asset/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="%PUBLIC_URL%/asset/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="%PUBLIC_URL%/asset/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="%PUBLIC_URL%/asset/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="%PUBLIC_URL%/asset/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="%PUBLIC_URL%/asset/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="%PUBLIC_URL%/asset/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="%PUBLIC_URL%/asset/apple-touch-icon-152x152.png"
/>
<link
rel="icon"
type="image/png"
href="%PUBLIC_URL%/asset/favicon-196x196.png"
sizes="196x196"
/>
<link
rel="icon"
type="image/png"
href="%PUBLIC_URL%/asset/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/png"
href="%PUBLIC_URL%/asset/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="%PUBLIC_URL%/asset/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="icon"
type="image/png"
href="%PUBLIC_URL%/asset/favicon-128.png"
sizes="128x128"
/>
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta
name="msapplication-TileImage"
content="%PUBLIC_URL%/asset/mstile-144x144.png"
/>
<meta
name="msapplication-square70x70logo"
content="%PUBLIC_URL%/asset/mstile-70x70.png"
/>
<meta
name="msapplication-square150x150logo"
content="%PUBLIC_URL%/asset/mstile-150x150.png"
/>
<meta
name="msapplication-wide310x150logo"
content="%PUBLIC_URL%/asset/mstile-310x150.png"
/>
<meta
name="msapplication-square310x310logo"
content="%PUBLIC_URL%/asset/mstile-310x310.png"
/>
<meta
name="apple-mobile-web-app-title"
content="React-TypeScript-Boilerplate"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>React-TypeScript-Boilerplate</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>