Dashboard
PHP:
8.3.33
OS:
Linux
User:
alterego
/
/
home4
/
alterego
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Welcome</title> <style> body { text-align: center; } </style> </head> <body> <h1>Welcome to Your New Website</h1> <p>This is the default index page. Replace this file with your content.</p> </body> </html>
Save
Cancel