-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies.
- Loading branch information
Showing
5 changed files
with
210 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,9 @@ | |
/> | ||
</head> | ||
|
||
<body class="d-flex flex-column h-100 text-body bg-body"> | ||
<body class="d-flex flex-column h-100"> | ||
<header> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> | ||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> | ||
<div class="container-fluid d-flex justify-content-between"> | ||
<a class="navbar-brand" href="#">Reverb.js</a> | ||
<button | ||
|
@@ -156,7 +156,7 @@ | |
</header> | ||
|
||
<!-- Begin page content --> | ||
<main role="main" class="flex-shrink-0"> | ||
<main role="main" class="flex-shrink-0 my-3"> | ||
<div class="container-fluid bg-body-tertiary p-5 mb-3"> | ||
<h1 class="display-5 fw-bold">Reverb.js Demo</h1> | ||
<p class="fs-4">Refer to the console log for the values.</p> | ||
|
@@ -502,10 +502,10 @@ <h3>Filter for Impulse response</h3> | |
</div> | ||
</main> | ||
|
||
<footer class="footer mt-auto py-3 bg-tertiary"> | ||
<footer class="footer mt-auto py-3 bg-body-tertiary"> | ||
<div class="container"> | ||
<address class="text-muted"> | ||
© 2019-2023 by | ||
© 2019-2024 by | ||
<a href="http://logue.dev/">Logue</a> | ||
. Licensed under the | ||
<a href="http://opensource.org/licenses/mit-license.php"> | ||
|
@@ -517,8 +517,8 @@ <h3>Filter for Impulse response</h3> | |
</footer> | ||
|
||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" | ||
crossorigin="anonymous" | ||
></script> | ||
<script type="module"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,9 @@ | |
/> | ||
</head> | ||
|
||
<body class="d-flex flex-column h-100 text-body bg-body"> | ||
<body class="d-flex flex-column h-100"> | ||
<header> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> | ||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> | ||
<div class="container-fluid d-flex justify-content-between"> | ||
<a class="navbar-brand" href="#">Reverb.js</a> | ||
<button | ||
|
@@ -156,7 +156,7 @@ | |
</header> | ||
|
||
<!-- Begin page content --> | ||
<main role="main" class="flex-shrink-0"> | ||
<main role="main" class="flex-shrink-0 my-3"> | ||
<div class="container-fluid bg-body-tertiary p-5 mb-3"> | ||
<h1 class="display-5 fw-bold">Reverb.js Local Audio Demo</h1> | ||
<p class="fs-4">Play own audio file.</p> | ||
|
@@ -507,7 +507,7 @@ <h3>Filter for Impulse response</h3> | |
<footer class="footer mt-auto py-3 bg-body-tertiary"> | ||
<div class="container"> | ||
<address class="text-muted"> | ||
© 2019-2023 by | ||
© 2019-2024 by | ||
<a href="http://logue.dev/">Logue</a> | ||
. Licensed under the | ||
<a href="http://opensource.org/licenses/mit-license.php"> | ||
|
@@ -519,8 +519,8 @@ <h3>Filter for Impulse response</h3> | |
</footer> | ||
|
||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.