First commiut

This commit is contained in:
isUnknown 2026-04-13 11:26:00 +02:00
commit 8e81736a94
30 changed files with 1596 additions and 0 deletions

10
site/snippets/header.php Normal file
View 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') ?>