Add form
This commit is contained in:
15
static/views/head.php
Normal file
15
static/views/head.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
Reference in New Issue
Block a user