-
Notifications
You must be signed in to change notification settings - Fork 26
/
email_template_invitation.html
30 lines (22 loc) · 1.03 KB
/
email_template_invitation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<body>
<div style="width: 650px; border: 1px solid black; background-color: white;">
<div style="background-color: #003876; min-height: 20px; padding: 3px; margin: 0px;">
<span style="font-size: 200%;"><a href="http://{host}" style="color: white;">Freeciv-web</a></span>
</div>
<div>
Hello!<br>
You have been invited by {sender} to a multiplayer game on Freeciv-web. This is a
play-by-email game that you can play in your browser for free.
<br><br>
<a href="http://{host}/webclient/?action=pbem&invited_by={sender}&type=pbem" style="color: white; background-color: #3c98ff; padding: 10px; font-size: 160%;">Please click here to play your first turn!</a>
<br><br>
Please complete your turn within 7 days, the other player will be waiting for you.
<br><br>
<a href="http://{host}">Freeciv-web</a> is a free and open source empire-building strategy game
inspired by the history of human civilization. Please report feedback on the <a href="http://forum.freeciv.org/f/viewforum.php?f=24">forum</a>.
<br><br>
</div>
</div>
</body>
</html>