Files
webclaw/apps/landing/index.html
T

13 lines
332 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Landing</title>
<link rel="stylesheet" href="/src/styles.css" />
</head>
<body>
<h1 class="text-4xl font-semibold text-primary-900">Landing</h1>
</body>
</html>