# Embed App in HTML Pages It is also possible to embed Lowcoder Apps on any HTML Page with simple Scripts, that we provide on sdk.lowcoder.cloud. This enables you to embed Lowcoder Apps even without deep knowledge of React or Web Development. Place the standard JavaScript Files in your \
part of the HTML page. ``` ``` And now the Lowcoder SDK Scripts, as the last tags before the \ closing tag. ``` ``` {% hint style="warning" %} From version 2.4 on, you would only need to include the standard bundle file. {% endhint %} ``` ``` Now you can place a small HTML snippet at the place where your App should be embedded: ```