Andrchest's picture
Single commit for HF2
365de9c
raw
history blame contribute delete
410 Bytes
{% extends "base.html" %}
{% block title %}
<title>The Ultimate RAG</title>
{% endblock %}
{% block content %}
<div class="container text-center d-flex align-items-center justify-content-center" style="height: 100vh; color: #111827">
<div>
<h1 class="display-4 fw-bold">The Ultimate RAG</h1>
<p class="lead">ask anything...</p>
</div>
</div>
{% endblock %}