mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-08 00:39:22 +02:00
23 lines
583 B
HTML
23 lines
583 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="h-100">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="referrer" content="no-referrer">
|
|
<meta name="robots" content="noindex, nofollow, noarchive">
|
|
<link rel="icon" href="mailpit.svg">
|
|
<title>Mailpit</title>
|
|
<link rel=stylesheet href="dist/app.css">
|
|
</head>
|
|
|
|
<body class="h-100">
|
|
<div class="container-fluid h-100 d-flex flex-column" id="app">
|
|
<noscript>You require JavaScript to use this app.</noscript>
|
|
</div>
|
|
|
|
<script src="dist/app.js"></script>
|
|
</body>
|
|
|
|
</html>
|