Sign in
A centered authentication screen — deliberately standalone, with no app shell. A single card holds the fields, a "remember me" checkbox, a full-width button, a divider, and an SSO option. It's the smallest example, and the easiest starting point for your own auth flow.
Use it
This example is one self-contained file. Link the JLDS stylesheets from the CDN, then paste the markup. See Vanilla HTML for the full no-framework workflow.
html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jarooda/jlds@main/registry/css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jarooda/jlds@main/registry/css/all.css">bash
curl -O https://cdn.jsdelivr.net/gh/jarooda/jlds@main/registry/examples/sign-in.html