Hi team, i have started the project with Django and when looking at the theme
I want to download this page
<b>https://preview.keenthemes.com/metronic8/demo1/landing.html</b>
if this is not already available in the source code. If it is how can i access this page?
Screenshot for your reference
https://prnt.sc/Zh_JNMMJ7FTT
Hi,
You can use the landing page in your Django app by copying the HTML code from the HTML version in the downloaded Themeforest package. All the styles and js files are available in the Django starter kit assets.
Regards.