Welcome to Demo Space
Get Started
This is your personal WebX11 space. Customize it to create your own website!
Open ChatStudioFast Setup
Create pages instantly with ChatStudio
Custom Design
Full HTML/CSS/JS control
Live URL
Your site is live immediately
Quick Start Guide
- Click Open ChatStudio above
- Write or paste your HTML code
- Save as
main.html - Your site is live!
Example Code
Copy this simple template to get started:
<!DOCTYPE html>
<html>
<head>
<title>My Site</title>
<style>
body { font-family: sans-serif; background: #111; color: #eee; }
h1 { color: #6366f1; }
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>Welcome to my site.</p>
</body>
</html>