Initial commit
This commit is contained in:
16
login/interfaces/register_success.php
Normal file
16
login/interfaces/register_success.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>Successfully registered!</h1>
|
||||
<script type='text/javascript'>
|
||||
setTimeout(function() {window.location.href = '../login.html';}, 1000);
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user