-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocked.php
46 lines (36 loc) · 1.47 KB
/
blocked.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="assets/css/Responsive-Form.css">
<link rel="stylesheet" href="assets/css/Responsive-Form1.css">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Registration Blocked</title>
</head>
<body>
<r>
<br>
<div class="container">
<div>
<form method="post" action="<?php echo "".$_SERVER['PHP_SELF']."";?>" name="pos1_form" >
<div class="form-group">
<div id="formdiv">
<div class="row" style="margin-right:0px;margin-left:0px;padding-top:24px;">
<div class="col-md-8 col-md-offset-2">
<br>
<br>
<p style="margin-left:2%;font-family:Roboto, sans-serif;font-size:24px;"><strong>Winners are already registered into the portal</strong></p>
<?php
header('Refresh: 5; URL=index.php');
?>
</div>
</div>
</form>
</div>
</div>
</body>
</html>