-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
23 lines (21 loc) · 718 Bytes
/
Copy pathheader.php
File metadata and controls
23 lines (21 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include 'connection.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PTU-COE</title>
<link rel="stylesheet" href="style.css" onerror=this.href="../style.css">
</head>
<body>
<div class="header">
<div class="logo">
<img src="images/logo_ptu.png" alt="PTU logo" onerror=this.src="../images/logo_ptu.png">
</div>
<div class="univ_name">
<h1 class = 'heading'>PUDUCHERRY TECHNOLOGICAL UNIVERSITY<br><br>Office of Controller of Examinations</h1>
</div>
</div>
</body>
</html>