sample commit #1

Open
remoll wants to merge 6 commits from feature/landingpage-styling into main
Showing only changes of commit 52e4477422 - Show all commits

View File

@ -5,7 +5,7 @@ const HomeLayout = ({ children }: elements.Children) => `
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
<link href="/public/style.css" rel="stylesheet" type="text/css" />
<title>BETH STACK</title>
<title>Welcome!</title>
</head>
<body class="h-screen w-screen flex flex-col gap-3 items-center justify-center">
${children}