mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-08-18 16:01:07 +00:00
22 lines
582 B
HTML
22 lines
582 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>RustMailer</title>
|
|
<meta name="title" content="RustMailer" />
|
|
<meta
|
|
name="description"
|
|
content="A self-hosted Email API, built in Rust."
|
|
/>
|
|
|
|
<meta name="theme-color" content="#fff" />
|
|
</head>
|
|
<body class="group/body">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|