-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 783 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Modmail App - Soon(tm)</title>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<meta property="og:title" content="Modmail App" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://modmailapp.ml" />
<meta property="og:image" content="https://i.imgur.com/cfup2EL.png" />
<meta property="og:description" content="WIP Site for the Modmail App" />
</head>
<body>
Nothing right now, checkout later. Soon(tm)
</body>
</html>