Part on partials finished
This commit is contained in:
parent
7aa8e6f047
commit
c80327424b
16 changed files with 80 additions and 509 deletions
11
views/partials/head.php
Normal file
11
views/partials/head.php
Normal 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">
|
||||
Loading…
Add table
Add a link
Reference in a new issue