-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
21 lines (18 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="author" content="Shangzhen Yang">
<meta name="description" content="Encoder is a web-based tool that allows you to easily encode text into various formats, including base64, binary, MD5, Morse code, QR code, Unicode, URI Component, and more.">
<meta name="theme-color" content="#006fee">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Encoder by Shangzhen</title>
<link rel="icon" href="https://www.shangzhenyang.com/images/avatar.png">
<link rel="apple-touch-icon" href="https://www.shangzhenyang.com/images/avatar.png">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>