mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-18 08:33:41 +00:00
Signed-off-by: Nektarios Katakis <iam@nektarioskatakis.xyz> [sunil: Use SPDX license identifier] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
21 lines
443 B
HTML
21 lines
443 B
HTML
{% comment %}
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
{% endcomment %}
|
|
|
|
{% load bootstrap %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
<h1>
|
|
{% blocktrans trimmed %}
|
|
What Type Of Internet Connection Do You Have?
|
|
{% endblocktrans %}
|
|
</h1>
|
|
|
|
<p>
|
|
{% blocktrans trimmed %}
|
|
Select an option that best describes the type of Internet connection.
|
|
This information is used only to guide you with further setup.
|
|
{% endblocktrans %}
|
|
</p>
|