diff options
Diffstat (limited to 'html/input.html')
| -rw-r--r--[-rwxr-xr-x] | html/input.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/html/input.html b/html/input.html index a403d8e..e6fb016 100755..100644 --- a/html/input.html +++ b/html/input.html @@ -3,8 +3,6 @@ <title> %%PGETITLE%% </title> -<link rel=stylesheet href="style.css" type=text/css> - <script language="JavaScript"> <!-- function delout() @@ -21,7 +19,7 @@ //--> </script> </head> - <body bgcolor=#000000 text=#ffffff> + <body> <form name="input" action="input.html" target="blank" onsubmit="return delout();"> <input type="hidden" name="event" value="post"> <input type="hidden" name="nick" value="%%nick%%"> |
