← All templates

Login Page

Centred sign-in card with email, password, and a forgot-password link.

Form
Open in editor →
Start typing to see your wireframe…

The Wiremark source

This is the entire template — edit it live in the editor, or paste it into any .wiremark file.

wiremarkUI
  page LOGIN "Sign In" {
    section "Login" centered {
      card "Welcome back" {
        form "Sign in" {
          input "Email address"
          input "Password"
          button "Forgot password?"
          button "Sign in" primary
        }
        text "Don't have an account? Sign up"
      }
    }
  }