init
This commit is contained in:
12
public/templates/shared/header.php
Normal file
12
public/templates/shared/header.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="<?php echo $config['base_url']; ?>">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title><?php echo $config['title']; ?></title>
|
||||
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
Reference in New Issue
Block a user