nom-nom-nix-gc/src/templates/login.hbs

5 lines
176 B
Handlebars
Raw Normal View History

2023-11-23 22:08:13 +01:00
{{#> template js=js }}
<h1>Login</h1>
2024-01-25 12:13:38 +01:00
<form id="key-form"><label>Username</label><input id="user-name"/><input type="submit" value="Login" id="submit"/></form>
2023-11-23 22:08:13 +01:00
{{ /template }}