Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script src="options.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Settings</h2>
|
||||
<form id="settings" method="post">
|
||||
<label for="fname">Purdue Login: </label><br>
|
||||
<input type="text" id="alias" name="alias" placeholder="pete123">@purdue.edu<br>
|
||||
<label for="lname">BoilerKey PIN:</label><br>
|
||||
<input type="password" id="pin" name="pin" placeholder="1234"><br>
|
||||
<label for="lname">Duo Mobile Activation Code:</label><br>
|
||||
<input type="text" id="activationCode" name="activationCode" placeholder="LoR3mIP5um"><br>
|
||||
<label for="lname">HOTP Secret (Advanced):</label><br>
|
||||
<input type="text" id="key" name="key"><br>
|
||||
<label for="lname">HOTP Counter (Advanced):</label><br>
|
||||
<input type="text" id="counter" name="counter"><br><br>
|
||||
<input type="submit" value="submit">
|
||||
</form>
|
||||
<br><hr>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user