16 lines
481 B
PHP
16 lines
481 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="author" content="Sam">
|
||
|
<meta http-equiv="pragma" content="no-cache">
|
||
|
<meta http-equiv="cache-control" content="no-cache">
|
||
|
<link rel="SHORTCUT ICON" type="image/x-icon" href="images/favicon.ico">
|
||
|
<?php
|
||
|
echo ' <link REL="stylesheet" TYPE="text/css" HREF="css/styles.css">
|
||
|
<title>Address collection</title>
|
||
|
|
||
|
';
|
||
|
?>
|
||
|
</head>
|