mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
14 lines
452 B
HTML
14 lines
452 B
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
</head>
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>{{.InvitedByUsername}} invited you to join Kolide. Click below to join:</p>
|
||
|
|
<p><a href=
|
||
|
|
"{{.KolideServerURL}}/login/invites/{{.Token}}?name={{.Name}}&email={{.Email}}">Join
|
||
|
|
Kolide</a></p>
|
||
|
|
</body>
|
||
|
|
</html>
|