diff options
Diffstat (limited to 'input_template.html')
-rw-r--r-- | input_template.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/input_template.html b/input_template.html deleted file mode 100644 index defbb7a..0000000 --- a/input_template.html +++ /dev/null @@ -1,16 +0,0 @@ -<!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> |