-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (21 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>SmartButton configuration</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Available styles: basic-grey, elegant-aero, smart-green, white-pink, bootstrap-frm, dark-matter-->
<div id="contact_form" class="basic-grey">
<h4>Wi-Fi Smart Button configuration</h4>
<form action="done.html" method="get">
<label for="ssid">SSID name:</label><br><input class="row" type="text" name="ssid" required value="SSID Name"><br>
<label for="password">SSID password:</label><br><input class="row" type="password" name="password" required value="Password"><br>
<label for="customurl">Custom URL:</label><br><input class="row" type="text" name="customurl" required value="http://"><br>
<input id="submit_button" type="submit" value="Submit and restart">
</form>
<br><label>©2015 Bobby Galati, ROMANIA | <a href="about.html">Wi-Fi SmartButton</a> </label>
</div>
</body>
</html>