Forgot to add files :X.

This commit is contained in:
Jeroen Domburg
2014-10-14 21:40:50 +02:00
parent 69bd1bd9c5
commit a979dabd3b
8 changed files with 22 additions and 9 deletions
+5
View File
@@ -1,4 +1,5 @@
<html><head><title>WiFi connection</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="140medley.min.js"></script>
<script type="text/javascript">
@@ -60,6 +61,7 @@ window.onload=function(e) {
</script>
</head>
<body>
<div id="main">
<p>
Current WiFi mode: %WiFiMode%
</p>
@@ -72,3 +74,6 @@ WiFi password, if applicable: <br />
<input type="text" name="passwd" val="%WiFiPasswd%"> <br />
<input type="submit" name="connect" value="Connect!">
</p>
</div>
</body>
</html>