-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.21 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
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- og meta tags -->
<meta property="og:title" content="maili">
<meta property="og:description" content="Send emails faster and in bulk">
<meta property="og:image" content="https://raw.githubusercontent.com/zero-stealth/maili/master/src/assets/banner.png">
<meta property="og:url" content="https://www.maili.com/">
<meta property="og:type" content="website">
<!-- og meta tags -->
<!-- twitter meta tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@maili">
<meta name="twitter:title" content="maili">
<meta name="twitter:description" content="Send emails faster and in bulk">
<meta name="twitter:image" content="https://raw.githubusercontent.com/zero-stealth/maili/master/src/assets/banner.png">
<!-- twitter meta tags -->
<link rel="canonical" href="https://www.maili.com/">
<title>Maili - Send many emails faster </title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>