1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 04:03:25 +00:00
Files
server/src/Core/MailTemplates/_BasicMailLayout.cshtml
2017-05-30 23:43:00 -04:00

13 lines
202 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title></title>
</head>
<body>
@RenderBody()
Regards,<br />
The bitwarden Team
</body>
</html>