mirror of
https://github.com/1f349/mail.1f349.com.git
synced 2024-11-09 22:32:52 +00:00
20 lines
696 B
HTML
20 lines
696 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>1f349 Mail</title>
|
|
<meta name="author" content="1f349.net" />
|
|
<meta property="og:title" content="1f349 Mail" />
|
|
<meta property="og:url" content="https://mail.1f349.net" />
|
|
<meta property="og:type" content="object" />
|
|
<meta property="og:image" content="https://mail.1f349.net/1f349.svg" />
|
|
<meta property="og:site_name" content="1f349 Mail" />
|
|
<link rel="icon" type="image/svg+xml" href="/1f349.svg" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|