First commiut
This commit is contained in:
commit
8e81736a94
30 changed files with 1596 additions and 0 deletions
10
site/snippets/header.php
Normal file
10
site/snippets/header.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<?php snippet('seo/head'); ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php snippet('nav') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue