Root
>
FileSamples
>
sample.html
Download
Delete
sample.html
871 B • HTML • jun. 18, 2026 06:54
Render
Source
Live Edit
Copy
Save
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HwatTheMotherLanguage Preview Sample</title> <style> body { margin: 0; font-family: system-ui, sans-serif; color: #172033; background: #f5f7ff; } main { max-width: 680px; margin: 0 auto; padding: 48px 24px; } h1 { margin: 0 0 12px; color: #263b82; } p { line-height: 1.6; } .card { padding: 18px; border-radius: 16px; background: white; box-shadow: 0 18px 48px rgba(38, 59, 130, 0.14); } </style> </head> <body> <main> <section class="card"> <h1>HTML Preview Sample</h1> <p>This file verifies the source and live-render tabs in the Files viewer.</p> <p>The live preview is sandboxed, and the source tab remains the default view, yes</p> </section> </main> </body> </html>
Copy
Save
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>HwatTheMotherLanguage Preview Sample</title> <style> body { margin: 0; font-family: system-ui, sans-serif; color: #172033; background: #f5f7ff; } main { max-width: 680px; margin: 0 auto; padding: 48px 24px; } h1 { margin: 0 0 12px; color: #263b82; } p { line-height: 1.6; } .card { padding: 18px; border-radius: 16px; background: white; box-shadow: 0 18px 48px rgba(38, 59, 130, 0.14); } </style> </head> <body> <main> <section class="card"> <h1>HTML Preview Sample</h1> <p>This file verifies the source and live-render tabs in the Files viewer.</p> <p>The live preview is sandboxed, and the source tab remains the default view, yes</p> </section> </main> </body> </html>
Move to Deleted?
will be moved to Deleted.
Cancel
Delete
Rename
Name
Cancel
Rename