1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +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" />
2018-02-27 20:16:19 +01:00
<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>