add bootstrap js file (dropdown menu)
This commit is contained in:
parent
7ff6571982
commit
d16169112e
6314
frontend/static/js/bootstrap/bootstrap.bundle.js
vendored
Normal file
6314
frontend/static/js/bootstrap/bootstrap.bundle.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
frontend/static/js/bootstrap/bootstrap.bundle.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
7
frontend/static/js/bootstrap/bootstrap.bundle.min.js
vendored
Normal file
7
frontend/static/js/bootstrap/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/static/js/bootstrap/bootstrap.bundle.min.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.bundle.min.js.map
Normal file
File diff suppressed because one or more lines are too long
4447
frontend/static/js/bootstrap/bootstrap.esm.js
vendored
Normal file
4447
frontend/static/js/bootstrap/bootstrap.esm.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
frontend/static/js/bootstrap/bootstrap.esm.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.esm.js.map
Normal file
File diff suppressed because one or more lines are too long
7
frontend/static/js/bootstrap/bootstrap.esm.min.js
vendored
Normal file
7
frontend/static/js/bootstrap/bootstrap.esm.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/static/js/bootstrap/bootstrap.esm.min.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.esm.min.js.map
Normal file
File diff suppressed because one or more lines are too long
4494
frontend/static/js/bootstrap/bootstrap.js
vendored
Normal file
4494
frontend/static/js/bootstrap/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
frontend/static/js/bootstrap/bootstrap.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.js.map
Normal file
File diff suppressed because one or more lines are too long
7
frontend/static/js/bootstrap/bootstrap.min.js
vendored
Normal file
7
frontend/static/js/bootstrap/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/static/js/bootstrap/bootstrap.min.js.map
Normal file
1
frontend/static/js/bootstrap/bootstrap.min.js.map
Normal file
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user