diff options
| author | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
| commit | d71b5a02c17e40a6f21b9cf12b7e12457d8df4b5 (patch) | |
| tree | 9f4950a04d881781f3631865a8eaa8e192c50b19 /template/mail/html.st | |
| parent | 99c8ae25e4bc2b095f956fdc7a90f66c55014e02 (diff) | |
| parent | 167efea3b97a3414f5608d9bfff55aebb29b0727 (diff) | |
merging
Diffstat (limited to 'template/mail/html.st')
| -rw-r--r-- | template/mail/html.st | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/mail/html.st b/template/mail/html.st new file mode 100644 index 0000000..33d4c1e --- /dev/null +++ b/template/mail/html.st @@ -0,0 +1,27 @@ +SUBJECT: Hey $nick$, Welcome to dump.fm! +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +</head> + +<body style="font-family: Helvetica,Arial,Sans-Serif; font-size: +36px;" leftmargin="0" topmargin="0" link="#6996b2" vlink="#6996b2" +alink="#6996b2" bgcolor="#eef2ff" marginheight="0" marginwidth="0" +text="#ffffff"> +<center> + <p> </p> + <table width="625" height="359" border="50" bordercolor="#0072f9"> + <tr> + <td width="517" height="53" background="http://dump.fm/static/img/dblue2.png" bgcolor="#0072f9"><font size="+7"><center><strong>dump.fm</strong></center></font></td> + </tr> + <tr> + <td><img src="http://dump.fm/static/mail/welcome.gif" /><img src="http://dump.fm/static/mail/welcome3.gif" /><img src="http://dump.fm/static/mail/welcome.gif" /> </td> + </tr> + <tr> + <td><font color="#666666"><center>Welcome to dump.fm $nick$!</center></font></td> + </tr> + </table> +</center> + +</body> +</html> |
