-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview.html
More file actions
28 lines (28 loc) · 753 Bytes
/
Copy pathpreview.html
File metadata and controls
28 lines (28 loc) · 753 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
26
27
28
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="V9gDhwy1WX3mfrjppAVuzPJi-AJ2VJCJM5QsLPvDiO4"
/>
<title>eHelper</title>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/icon32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/icon16.png"
/>
</head>
<body>
<div id="preview-root"></div>
<script type="module" src="/src/preview/main.tsx"></script>
</body>
</html>