diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-19 18:58:02 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-19 18:58:02 -0600 |
commit | 0abf3511646446ee64f21d551dd0d2214fd624b7 (patch) | |
tree | 84276e8a1288cb378e93a18d406d05d362c7ee53 /input_template.html | |
parent | 704be7d2e7db33635fc9de684c8b3916cd798c68 (diff) |
organizing the repo a bit
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> |