You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
586 B
19 lines
586 B
{% extends "portal_base.html" %} |
|
|
|
{% block title %}OTB Cloud{% endblock %} |
|
|
|
{% block content %} |
|
<div class="container py-4"> |
|
<div class="card shadow-sm rounded-4"> |
|
<div class="card-body"> |
|
<h1 class="h3 mb-3">OTB Cloud</h1> |
|
<p class="mb-2"> |
|
Private backup and storage platform for customer files, device uploads, and media processing. |
|
</p> |
|
<p class="mb-0 text-muted"> |
|
Initial scaffold is in place. Portal auth handoff, tenant isolation, searchable library, and processing jobs come next. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
{% endblock %}
|
|
|