Welcome to mirror list, hosted at ThFree Co, Russian Federation.

basic4.html « html « tests - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f199b80ef58217a14abdd9f115c2dc0a0cb53de (plain)
1
2
3
4
5
6
7
<html>
<body>
<input placeholder="username" type="text" name="loginField">
<input placeholder="password" type="password" name="passwordField">
<input type="text" id="auth">
</body>
</html>