views/auth.html - git - Webernet Explorer _X
git 🏠 Home 👤 Sign up Self hosted git, retro shell
★ otgit, code hosting from the year 2000 ★
📄 octuna / views / auth.html
15 lines · 0.5 KB · Raw
1<div class="panel">
2 <div class="head">{{FORM_TITLE}}</div>
3 <div class="body">
4 <form class="auth-form" id="authForm" autocomplete="off">
5 <label for="fUser">Username:</label>
6 <input type="text" id="fUser" name="username" required autocomplete="username">
7 <label for="fPass">Password:</label>
8 <input type="password" id="fPass" name="password" required autocomplete="new-password">
9 {{EXTRA_FIELDS}}
10 <button type="submit">{{SUBMIT_LABEL}}</button>
11 <div class="form-msg" id="formMsg"></div>
12 </form>
13 </div>
14</div>
15 
Done 🔒 Internet