Dan Q
Sr. Member ⚓︎
   
 

I have no idea what I am doing ⛺︎ My Room
RSS: 
Guild Memberships: Artifacts:
|
 |
« Reply #1 on: November 18, 2025 @729.06 » |
|
Yes, if you include Bootstrap!
Just use a CDN like BootstrapCDN.com, something like:<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap.3/dist/css/bootstrap.min.css">
And you'll have the Bootstrap CSS. Similar (with <script>) for the JS if you need it, e.g.<script src="https://cdn.jsdelivr.net/npm/bootstrap.3/dist/js/bootstrap.bundle.min.js"></script>
|