-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathaboutelearning.php
More file actions
executable file
·35 lines (28 loc) · 1.25 KB
/
aboutelearning.php
File metadata and controls
executable file
·35 lines (28 loc) · 1.25 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="includes/main.css" type="text/css" />
<title>E-Learning: About E-Learning</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</head>
<body>
<?php include ("includes/top_line.php"); ?>
<?php include ("includes/main_menu.php"); ?>
<div id="mid">
<img src="images/Ichalkarnji.jpg"/>
</div>
<div id="text">
<b>Welcome to E-Learning</b>
<p>This website is for the students of DKTE. Students can view the assignments and notices posted by their teachers. But they have to sign up first. During registration they will be asked for a user anme and a password. They can use that user name and password to view the assignments and notices. They can edit their profile if they want to make changes in future. They will also be able to change their password.</p>
<p>In case he\she forgets his\her password then he\she can directly contact his\her teacher.</p>
</div>
<div id="line">
</div>
<?php include ("includes/bottom_line.php"); ?>
</body>
</html>