11 lines
443 B
HTML
11 lines
443 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block title %}Rebooting · Furtka Installer{% endblock %}
|
||
|
|
{% block step_indicator %}<span class="step-indicator">Done</span>{% endblock %}
|
||
|
|
|
||
|
|
{% block content %}
|
||
|
|
<h1>Rebooting…</h1>
|
||
|
|
<p class="lede">The machine is restarting. This page will stop responding in a moment — that's expected.</p>
|
||
|
|
<p>When the machine comes back up, log in with the username and password you set during the install.</p>
|
||
|
|
{% endblock %}
|