-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
26 lines (18 loc) · 996 Bytes
/
header.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
<html lang = "en">
<head>
<meta charset="utf-8">
<title>Adoption Service</title>
<link rel ="stylesheet" href ="A2Q7CSS.css">
</head>
<body>
<div class = "header">
<table>
<tr>
<td> <h2>McLaughlin Pet Adoption</h2></td>
<td><div class = "logo"><a href="index.php"><img src="png-transparent-scotch-collie-cat-silhouette-dog-silhouette-silhouette-of-golden-retriever-illustration-mammal-carnivoran-pet-removebg-preview.png" alt ="logo" height ="50" width ="100"></a></div></td>
<td id ="time"></td>
</tr>
</table>
</div>
</body>
</html>