Scratch space for learning atproto app development

tidy

Changed files
+2 -2
src
+1 -1
src/pages/home.ts
···
</form>`
: html`<p>
It's pretty special here.
-
<a href="/login">Login.</a>
+
<a href="/login">Log in.</a>
</p>`
}
<ul>
+1 -1
src/pages/login.ts
···
export function login(props: Props) {
return shell({
-
title: 'Login',
+
title: 'Log in',
content: content(props),
})
}