summaryrefslogtreecommitdiff
path: root/boot/app/index-template.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-26 22:34:06 -0400
committerschneefux <schneefux+commit@schneefux.xyz>2014-05-26 22:34:06 -0400
commitd0c909dab1a06f5970216befd2cd0839327914fe (patch)
tree3ab3d02855bf7dbae37a922b0d335cc295a52cf1 /boot/app/index-template.html
parent7233b605e9079688c0a18e4491bc317eb88f618d (diff)
downloadjasper-client-d0c909dab1a06f5970216befd2cd0839327914fe.tar.gz
jasper-client-d0c909dab1a06f5970216befd2cd0839327914fe.zip
removed network setup wizard
Diffstat (limited to 'boot/app/index-template.html')
-rwxr-xr-xboot/app/index-template.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/boot/app/index-template.html b/boot/app/index-template.html
deleted file mode 100755
index e8ad45b..0000000
--- a/boot/app/index-template.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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>