Erstellt Preislisten, PHPMAiler installiert

This commit is contained in:
Andreas Hnida 2024-02-21 09:12:01 +00:00
commit 3217c0a202
35 changed files with 1011 additions and 73 deletions

View file

@ -0,0 +1,11 @@
<div role="alert" class="alert light-text relative flex w-2/3 px-4 py-4 mx-auto text-base text-white bg-green-500 {{ with .Get "background-color" }}bg-{{ . }} {{ end }} rounded-lg font-regular">
<div class="shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" class="w-8 h-8">
<path stroke-linecap="round" stroke-linejoin="round"
d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z">
</path>
</svg>
</div>
<div class="ml-3 mr-12">{{ trim .Inner "\r\n" | .Page.RenderString }}</div>
</div>