feat: Add a configurable headline to the form

This commit is contained in:
2021-02-27 20:11:47 +01:00
parent 0916b3fa7c
commit 10d5a1c515
6 changed files with 62 additions and 12 deletions

View File

@ -26,6 +26,7 @@ with the WebLDAPPasswd. If not, see <https://www.gnu.org/licenses/>.
<script src="webldappasswd.js"></script>
</head>
<body>
<h1>{{headline}}</h1>
<form>
<label>Username</label>
<input type="text" name="username" autocomplete="username">