1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-01 13:43:23 +01:00
bitwarden-server/util/Mail/wwwroot/index.html

14 lines
290 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>bitwarden Mail Templates</title>
</head>
<body>
<ol>
<li><a href="templates/welcome.html">Welcome</a></li>
2017-01-07 03:25:44 +01:00
<li><a href="templates/announcement.html">Announcement</a></li>
</ol>
</body>
</html>