diff options
| author | Baitinq <[email protected]> | 2022-10-28 01:36:15 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-10-28 01:36:15 +0200 |
| commit | 4f0f0f95fd92a8e4b95acebcec41ae1871c31160 (patch) | |
| tree | db1763c3099a1de856bd6b18195c53f0b6d724cb /frontend/index.html | |
| parent | Fronted: Order search results by priority (diff) | |
| download | OSSE-4f0f0f95fd92a8e4b95acebcec41ae1871c31160.tar.gz OSSE-4f0f0f95fd92a8e4b95acebcec41ae1871c31160.tar.bz2 OSSE-4f0f0f95fd92a8e4b95acebcec41ae1871c31160.zip | |
Frontend: Add local bootstrap files
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/frontend/index.html b/frontend/index.html index 8d92606..35e10c8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,8 +5,9 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>OSSE</title> - <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" - integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous"> + <link data-trunk rel="copy-dir" href="css"> + <link data-trunk rel="copy-dir" href="js"> + <link href="./css/bootstrap.min.css" rel="stylesheet"> <style> body, html { @@ -16,9 +17,7 @@ </head> <body> - <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" - integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" - crossorigin="anonymous"></script> + <script src="./js/bootstrap.bundle.min.js"></script> </body> </html> \ No newline at end of file |