-
Notifications
You must be signed in to change notification settings - Fork 1
/
userabout.php
25 lines (23 loc) · 993 Bytes
/
userabout.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
<!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>Document</title>
<?php include 'plugins.php'; ?>
</head>
<body>
<?php include 'header.php'; ?>
<div class="container" style="background-color:darkred;color:papayawhip";>
<p><b>Notice</b></p>
<marquee direction = "up">
<p>All the staff members are requested to report in the university on 20th December,2018 in the university</p><br>
<p>All the interested staff members are requested to enroll their names for AI seminar</p><br>
<p>The Scholarship registration for students is now available. Please with the DTE website for further information</marquee>
<br>
<br>
<?php include 'footer.php'; ?>
</div>
</body>
</html>