diff options
Diffstat (limited to 'boot/app/connecting-template.html')
| -rwxr-xr-x | boot/app/connecting-template.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/boot/app/connecting-template.html b/boot/app/connecting-template.html new file mode 100755 index 0000000..f9d745c --- /dev/null +++ b/boot/app/connecting-template.html @@ -0,0 +1,24 @@ +<!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>Great!</h1> + <h3> + Jasper is now attempting to connect with your wifi network and will speak after it has restarted. + + <br /><br /> + + You may now disconnect your laptop from the "Jasper" network. + </h3> + </center> + </body> +</html> |
