We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!doctype html><html><head><meta charset='utf-8' /> <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/chota.min.css" /> </head><body> <div class="container" > <div class="row"> <div class="col"> <form > <br><label> title </label> <input name="title" /> <br><label> choice </label> <input type="checkbox" name="lang[]" value="es5"> es5 <input type="checkbox" name="lang[]" value="es6"> es6 <br><label> content </label> <textarea rows="15" ></textarea> </form> </div></div></div> </body></html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: