add bootstrap js file (dropdown menu)

This commit is contained in:
AdrienLSH
2024-01-16 11:17:29 +01:00
parent 7ff6571982
commit d16169112e
45 changed files with 15284 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bozo Pong</title>
<link rel="stylesheet" href="{% static 'css/bootstrap-5.3.2/bootstrap.css' %}">
<link rel="stylesheet" href="{% static 'css/bootstrap/bootstrap.min.css' %}">
</head>
<body data-bs-theme="dark">
<nav class="navbar navbar-expand-lg bg-body-tertiary rounded m-2">
@ -32,5 +32,6 @@
</div>
<div id="app" class="m-3"></div>
<script type="module" src="{% static 'js/index.js' %}"></script>
<script src='{% static 'js/bootstrap/bootstrap.bundle.min.js' %}'
</body>
</html>