summaryrefslogtreecommitdiff
path: root/resources/input_template.html
blob: defbb7ac2a17e94019a9755fe22a44896f15e970 (plain)
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>