Part on partials finished

This commit is contained in:
Patryk Hegenberg 2022-12-12 08:26:07 +01:00
parent 7aa8e6f047
commit c80327424b
16 changed files with 80 additions and 509 deletions

11
views/partials/head.php Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de" class="h-full bg-gray-100">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<title>Demo</title>
</head>
<body class="h-full">
<div class="min-h-full">