|
Server IP : 86.38.243.193 / Your IP : 216.73.217.143 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u493057690 ( 493057690) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u493057690/domains/iasfindia.com/public_html/admin/../assets/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
require_once 'admin/connect.php';
include('header.php');
?>
<!--Add listing-->
<div class="jumbotron text-center">
<div class="" style="font-size:100px;"><i class="fa fa-frown-o" aria-hidden="true"></i></div>
<h1 class="display-3">
Registration has been closed</h1>
<p class="lead"><strong>You are too late for Registration.</strong> If you want to register please contact your State Secretary.</p>
<p>Registration for the tournament has been closed because we have reached the last date of registrations for the event. Thank you for your interest!</p>
<hr>
<p>
Having trouble? <a href="contact.php">Contact us</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-sm" href="index.php" role="button"><i class="fa fa-home" aria-hidden="true"></i> Continue to homepage</a>
</p>
</div>
<!--/Add listing-->
<script src = "js/jquery.js"></script>
<script src = "js/bootstrap.js"></script>
<?php
include('footer.php');
?>