16 lines
452 B
PHP
16 lines
452 B
PHP
<html>
|
|
<head>
|
|
<title>Success</title>
|
|
<link rel="stylesheet" href="./instruct.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="area">
|
|
<img src="../../../../icon/check.svg">
|
|
<h1>Success</h1>
|
|
<script type='text/javascript'>
|
|
setTimeout(function() {window.top.location.href = '../../../../index.php';}, 500);
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html> |