furtka/webinstaller/templates/install/rebooting.html

11 lines
443 B
HTML
Raw Normal View History

{% 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 %}