mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-03 03:29:59 +00:00
12 lines
475 B
HTML
12 lines
475 B
HTML
|
<head>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
background-color: #d8e9ca;
|
||
|
}
|
||
|
</style></head>
|
||
|
<body><form><table align=center width=60%% height=60%%><tr><th colspan=2>WebNoter</tr>
|
||
|
<tr><td colspan=2>%?mhey %$h, thanks for saying '%$m'!%.</tr>
|
||
|
<tr><td>Your Handle:<td><input name=h type=text maxlength=20 value='%$h'></tr>
|
||
|
<tr><td>Your Message: <td><input type=text maxlength=64 name='m'></tr>
|
||
|
</tr><td><td><input type=submit value=enter></form></form></tr>
|
||
|
<table></body>
|