hugo-theme-cyberscopes/exampleSite/content/app/login.md

26 lines
455 B
Markdown

---
title: Login
summary: Enter Login data
img:
pageid: app-login
domains: [App]
topics: [Examples]
date: 2023-03-14
author: helmutm
draft: false
weight: 100
---
cyberscopes example site - Login Form
{{< pv/fieldset name="login" >}}
Login: {{< pv/input-textline name="login" attrs="autofocus" >}}
Password: {{< pv/input-textline type="password" name="password" >}}
{{< pv/button label="Login" >}}
{{< /pv/fieldset >}}
---
{{< pv/debug >}}