13 lines
351 B
HTML
13 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Furtka Install</title>
|
|
</head>
|
|
<body>
|
|
<h1>Step 1</h1>
|
|
<form method="post" action="{{ url_for('install_step_1') }}">
|
|
<p>Hostname: <input type="text" name="hostname" required /></p>
|
|
<input type="submit" value="Next" />
|
|
</form>
|
|
</body>
|
|
</html>
|