-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (19 loc) · 978 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Tool - Daracl</title>
<meta content="initial-scale=1.0, width=device-width" name="viewport" />
<meta name="robots" content="index, follow">
<meta property="description"
content="daracl web tool webutil javascript 유틸 case change 텍스트 비교 텍스트 정렬 텍스트 사이즈 QRcode javascript utilities for case change, text comparison, text sorting, and text size, qrcode Generator">
<meta property="og:title" content="Web tool">
<meta property="og:description"
content="daracl web tool javascript webutil 유틸 case change 텍스트 비교 텍스트 정렬 텍스트 사이즈 QRcode javascript utilities for case change, text comparison, text sorting, and text size, qrcode Generator">
<meta property="og:url" content="https://tool.daracl.com">
</head>
<body>
<div id="appContainer"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>