You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
224 B

<!DOCTYPE html>
<html>
{include file="head.html"}
<script language="javascript">
function movenew()
{
document.location="{$url}";
}
setTimeout(movenew,2000);
</script>
<style>
.gomsg{
width: 300px;
margin: 50px auto;