Select Git revision
-
Yaroslav Halchenko authored
* Fresh upstream release * Moving under NeuroDebian umbrella
Yaroslav Halchenko authored* Fresh upstream release * Moving under NeuroDebian umbrella
To find the state of this project's repository at the time of any of these versions, check out the tags.
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>