Files
web-app/app/index.tsx

9 lines
223 B
TypeScript

export function Welcome() {
return (
<div>
<h1 className="text-3xl text-center">Welcome to Aindustries' casino</h1>
<p className="text-center">Mind that gambling isn't that dangerous</p>
</div>
);
}