-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
22 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-cm.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>CheckMate</title>
<meta property="og:title" content="CheckMate" data-rdm="">
<meta property="og:url" content="https://checkmate.sg" data-rdm="">
<meta property="og:description" content="Easily check if the messages you received are scams." data-rdm="">
<meta property="og:image" content="https://checkmate.sg/logo.jpg" data-rdm="">
<meta property="og:type" content="website" data-rdm="">
<meta property="og:locale" content="en_GB" data-rdm="">
<meta name="description" content="Easily check if the messages you received are scams" data-rdm="">
<link rel="canonical" href="https://checkmate.sg" data-rdm="">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>