Boostrap MENU for my app in a black

Hello, I want to use a Bootstrap menu for a simple app that I am building. I’ve thought about doing it inside a blank app and loading into the different scriptcase apps.
How could I do this?

Thanks!

Hello,
Just copy/paste your css/js folders-files to the /_lib/menu_folder
and now in the blank application paste your HTML code as shown bellow:

?>
YOUR HTML CODE
<?php

Finally you need to link your files (css/js) with the location of your files/folders.

Samples of links:

<!-- Bootstrap -->
<link href="…/_lib/libraries/bootstrap/dist/css/bootstrap.min.css" rel=“stylesheet”>
<!-- Font Awesome -->
<link href="…/_lib/libraries/font-awesome/css/font-awesome.min.css" rel=“stylesheet”>