π Custom Domain
Adding a custom domain will enhance your corporate or brand image, whether you use Totalum internally or as a service to third parties.
To do this is very easy. What you have to do is create an HTML file that contains an iframe with the Totalum web embedded, and then upload that HTML to your preferred hosting.
Stepsβ
1. Create an index.html fileβ
Create an HTML file named index.html
and add the following code:
<!DOCTYPE html>
<html>
<head>
<title>Your Title</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://web.totalum.app/" frameborder="0"></iframe>
</body>
</html>
2. Upload the file to your hostingβ
Upload the file to your preferred hosting server. You can use any hosting service you want.
3. Add your custom domainβ
Add your custom domain in the hosting where you uploaded the file. To do this, follow the instructions from your hosting provider.