17 lines
231 B
HTML
17 lines
231 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<center>
|
|
<h3>
|
|
RepRap Web Interface
|
|
</h3>
|
|
|
|
|
|
<form name="input" action="gather.asp" method="get">
|
|
Password: <input type="password" name="pwd">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
</center>
|
|
|
|
</html>
|