1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html lang="en"> <html> <head> <meta charset="$charset"/> <style type="text/css"> $css </style> </head> <body> <form action="" method="get"> <label for="input">$meta</label> <input type="text" name="__client_internal_input" id="input" required> <input type="submit"> </body> </html>