How to render full html page instead of Erpnext theme?

Hi Community,

I want to render my own coded html web pages in place of erpnext design. Is there any way for rendering own designs?

Thanks.

Maybe if you give some example of your own coded html web pages by sharing the code, some one could reply or get some context of your use case

For #desk:

<html>
<h2>Welcome to the desk</h2>
<a href="#"><button>Accounts</button></a>
</html>

Result:

Welcome to the desk

Accounts I want to show this page instead of #desk. Thanks.

@progShubham Create new page in page list called dashbord for example
Then edite auth.py
frappe.local.response[“home_page”] = “/desk#dashbord”