add bootstrap assets

This commit is contained in:
2022-07-14 15:47:19 -04:00
parent 1567035954
commit 5a8af2699b
3 changed files with 41 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<title>Youtube Downloader UI</title>
<!-- Diable favicon requests: https://stackoverflow.com/a/13416784 -->
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet" >
<link href="assets/bootstrap.css" rel="stylesheet" >
<script>
// https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event
window.addEventListener('DOMContentLoaded', () => {