Libraryless. Click here for Pure Java version (28L/1K).
1 | sS gazelle_logInFormHTML() { |
2 | ret [[ |
3 | <div id="id01" class="modal"> |
4 | <form class="modal-content" method="POST" action="https://gazelle.rocks/crud/User"> |
5 | <div class="container"> |
6 | <label for="email"><b>Username</b></label> |
7 | <input type="text" placeholder="Enter Username" name="user" required> |
8 | |
9 | <label for="psw"><b>Password</b></label> |
10 | <input type="password" placeholder="Enter Password" name="pw" required> |
11 | |
12 | <div class="clearfix"> |
13 | <button type="submit" class="login">Login</button> |
14 | <button type="button" onclick="location.href='https://gazelle.rocks/register'" class="register">Register</button> |
15 | </div> |
16 | </div> |
17 | </form> |
18 | </div> |
19 | ]]; |
20 | } |
Began life as a copy of #1030364
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030366 |
Snippet name: | gazelle_logInFormHTML |
Eternal ID of this version: | #1030366/1 |
Text MD5: | 43071ed8f84dbb8b3774c3f1f7c03a29 |
Transpilation MD5: | b8d46756f7225656e006c6ec0e98caba |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-12-09 18:05:48 |
Source code size: | 775 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 198 / 267 |
Referenced in: | [show references] |