-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 856 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="twintext, palindrome">
<meta name="author" content="TwinText">
<meta property="og:title" content="TwinText">
<meta property="og:description" content="«Allows users to quickly and efficiently check if a word or phrase is a palindrome.»">
<meta property="og:image" content="/contents/logo.webp">
<meta property="og:url" content="https://twintext.vercel.app">
<meta property="og:type" content="website">
<!-- -->
<link rel="icon" type="image" href="/favicon.ico" />
<!-- -->
<title>TwinText</title>
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>