sample commit #1
@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user