summaryrefslogtreecommitdiff
path: root/resources/input_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/input_template.html')
-rw-r--r--resources/input_template.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/input_template.html b/resources/input_template.html
new file mode 100644
index 0000000..defbb7a
--- /dev/null
+++ b/resources/input_template.html
@@ -0,0 +1,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>