mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00

Remove old bash script for setting up a new project, do everything in Zig to make it platform agnostic and give us an easy place to add scaffolding commands in future.
19 lines
591 B
Plaintext
19 lines
591 B
Plaintext
// Renders the `message` response data value.
|
|
<h3 class="message text-[#39b54a]">{.message}</h3>
|
|
|
|
<div><img class="p-3 mx-auto" src="/jetzig.png" /></div>
|
|
|
|
<div>
|
|
<a href="https://github.com/jetzig-framework/zmpl">
|
|
<img class="p-3 m-3 mx-auto" src="/zmpl.png" />
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div>Visit <a class="font-bold text-[#39b54a]" href="https://jetzig.dev/">jetzig.dev</a> to get started.</div>
|
|
<div>Join our Discord server and introduce yourself:</div>
|
|
<div>
|
|
<a class="font-bold text-[#39b54a]" href="https://discord.gg/eufqssz7X6">https://discord.gg/eufqssz7X6</a>
|
|
</div>
|
|
</div>
|