How-to import a web-site into Bootstrap Studio 7

I searched for this topic, but the replies looks not related to my current version.
Bootstrap Studio 7.0.3.

How-to import:
├── assets
│ ├── bootstrap
│ │ ├── css
│ │ │ └── bootstrap.min.css
│ │ └── js
│ │ └── bootstrap.min.js
│ └── img
│ ├── image1.jpg
│ ├── image2.jpg
│ ├── image3.jpg
│ └── image4.jpg
└── index.html

into Bootstrap Studio.
Thank you.

You can import Bootstrap websites and themes into Bootstrap Studio by following this process. The app will scan and import all the files that are referenced in the html file. Remember to uncheck bootstrap.min.css and bootstrap.min.js since these are already included in every Bootstrap Studio design.

1 Like

Many thanks. It’s working.