diff options
Diffstat (limited to 'close.html')
-rw-r--r-- | close.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/close.html b/close.html new file mode 100644 index 0000000..dca0447 --- /dev/null +++ b/close.html @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>Closing</title> + </head> + <body onLoad="document.forms['close'].submit();"> + <form name="close" action="./close.html" method="get" /></form> + </body> +</html>
\ No newline at end of file |