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