diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
| commit | d31fabf8cff5dae02e3fc759a4203bd374dddc99 (patch) | |
| tree | 888ec4e6d98154f862a3b9cd17a3394b657bc02e /boot/app/index-template.html | |
| parent | 4182b5e096e081158dddd4ad5d031af94fcc63de (diff) | |
| download | jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.tar.gz jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.zip | |
Initial commit
Diffstat (limited to 'boot/app/index-template.html')
| -rwxr-xr-x | boot/app/index-template.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/boot/app/index-template.html b/boot/app/index-template.html new file mode 100755 index 0000000..e8ad45b --- /dev/null +++ b/boot/app/index-template.html @@ -0,0 +1,30 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Welcome to Jasper</title> + <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans"> + <link rel="stylesheet" href="../pure-min.css"> + <link rel="stylesheet" href="../styles.css"> + </head> + <body> + <div class="centered"> + <center> + <h1>Welcome to Jasper</h1> + <h3>Please select a wifi network</h3> + + <form target="index.cgi" method="POST"> + + <select name="network"> + {{ select_code }} + </select> + + <br /><br /> + + <button type="submit" class="pure-button pure-input-1 notice">Continue</button> + + </form> + </center> + </body> +</html> |
