-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_us.php
48 lines (39 loc) · 1.59 KB
/
about_us.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
47
48
<?php
/*
* ****************************************************************************
* ****************************************************************************
HEllo, THis projecT of PHP
subject - Project Allocation
c3 Batch sem-4
CE046 HireN ItaliyA
CE047 JaganI VatsaL
CE048 MohiT JaiN #
CE049 AkshiT JariwalA
* ****************************************************************************
* ****************************************************************************
*/
?>
<html>
<head>
<title>Project Allocation</title>
<link rel='icon' href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Robot" content="index,follow,project,allocation,distribution,subject"/>
<meta name="Description" content="Online Project Allocation is available over here"/>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1 align="center">Project Allocation</h1>
<h3 align="left"><a href="index.php" class="back shadow"><= Back</a></h3>
<br>
<h4>
   Welcome to our project of PHP<br><br>
   subject - Project Allocation<br><br>
   c3 Batch sem-4 2015-16<br><br>
    CE046 Hiren Italiya<br>
    CE047 Jagani Vatsal<br>
    CE048 Mohit Jain<br>
    CE049 Akshit Jariwala</h4>
</body>
</html>