Files
portal-legacy/html/messages2/thankyou.html
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

17 lines
785 B
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#thanks{ width:420px;background: #f9b0a7 url(ab_logo_mods1_ff.jpg) no-repeat; margin: 0 auto;border: 2px ridge #212121; padding-bottom:15px;}
h3 {font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;font-weight: bold;text-transform: uppercase;margin: 30px 0 30px 100px;}
a {font: 14px "Century Gothic", Arial, Helvetica, sans-serif; margin-left: 100px;}
</style>
</head>
<body>
<div id="thanks"><h3>Thank You</h3><a href="index.html">Send Another Message</a></div>
</body>
</html>