Want to build a landing page with your own HTML code, for example from ChatGPT, Google Gemini, or Claude? With the new HTML page in Tentary, you can paste any HTML code and host it under a URL of your choice. This article covers how to create an HTML page, what the requirements are, and how the page is served to your visitors.
Requirements
HTML pages can only be published if you have a custom domain set up in Tentary. You can edit the page at any time, but saving is only possible once your domain is connected.
For security reasons, HTML pages are not served under the free Tentary subdomain. Set up your custom domain under Shop > Custom Domain before publishing an HTML page.
Creating and editing an HTML page
- Go to Landing pages in the menu.
- Click + New Page in the top right. A dialog with templates opens.
- In the intro text of the dialog, you'll find the link paste your own HTML code. Click it.
- You land directly in the HTML editor. At the top, you'll find the page settings:
- Title: An internal name so you can find the page again in the overview.
- URL: The path where the page will be accessible, for example your-domain.com/my-offer.
- Status: Draft or Live / Published (publicly accessible).
- Scroll down to the HTML Code section. Paste your HTML code into the large text field.
- Click Save at the bottom to apply your changes.
💡 Tip: You can use AI tools like ChatGPT, Google Gemini, or Claude to generate complete HTML pages. Just describe what you need (for example "Create a landing page for my online course with a headline, description, and a buy button") and paste the generated code here.
How the page is served
Your HTML page is served as-is under the URL you chose. Tentary does not add any styles, fonts, scripts, or wrappers. What you paste is what your visitors see.
Once the page is set to Live / Published, a View live page link appears at the top, which opens the page in a new tab.
There is no live preview in the editor. Save your changes and open the live URL to see the result.
FAQ
How does the HTML page differ from the landing page builder?
The landing page builder works with drag-and-drop elements, pre-built designs, and Tentary styling. The HTML page is a blank canvas where your code is served without any modification. Ideal if you already have a finished HTML file or want full control over layout and styling.
Can I include scripts or external resources?
Yes. Since your HTML is served unchanged, you can include scripts, stylesheets, fonts, or any other external resources as usual via <script>, <link>, or <style>.
Is there a size limit for the HTML code?
Yes. The HTML code can be up to 1 MB. For typical landing pages that's more than enough, even large Canva exports fit within this limit.
Why can't I save the page?
The Save button is disabled as long as you haven't set up a custom domain. Connect your domain under Shop > Custom Domain. Then you can edit and publish the page.
Can I convert an existing HTML page into a landing page (or vice versa)?
There is no direct conversion. Instead, create a new page of the desired type and move the content over manually.
Are analytics like Plausible included automatically?
No. Since the page is served unchanged, no tracking scripts are added automatically. If you want to collect analytics, include the corresponding code directly in your HTML.