-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.php
33 lines (28 loc) · 1.37 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Help</title>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.1.0/css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-default" id="header_index">
<a href="index.php"><i class="fal fa-arrow-left" style="color: #fff; float:left; margin-top: 12px; margin-left: 12px; font-size: 24px;"></i></a>
Help
</nav>
<div class="container">
<p style="font-size:16px;">
<br />
Hi there,<br /><br />
If you have forgotten the password of your account which is linked to your enrollment number then you can use following things recover your password as soon as possible.<br /><br />Some possible ways to recover your password are as follow:-<br /><br />
1- Visit SDC Office (Software Developnment Cell) to get access of your current password back. <br />
2- You can also visit to the Admin Block II to generate a new password for your current enrollment number or current account.<br />
3- Make sure you have your University ID Card as proof to get your current password back or to generate new password.<br />
<br /><br />
</p>
</div>
<?php include('footer.php'); ?>