Skip to content
Snippets Groups Projects
Select Git revision
  • 155758c0731df5ede369d9e8b9ed0b1fca04d946
  • main default protected
2 results

iwyu.imp

Blame
  • base.html 426 B
    <!DOCTYPE html>
    <html>
    <head>
        <title>Uni Hub</title>
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    </head>
    <body>
        {% include 'includes/navbar.html' %}
        <div class="container mt-4">
            {% block content %}{% endblock %}
        </div>
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
    </body>
    </html>