Workspace
Browse project files and directories
This view is the project workspace: /projects/zip-create-test. Navigate into folders, go back to parent, or switch to git diff to review changes.
Base dir
Project root directory
/projects/zip-create-test
Current path
Relative path you’re browsing
public/index.html
Preview
Matching public host
https://zip-create-test.beast-builder.marklo.de/
Workflow Header
Handle the highest-value next step for this workspace
Current focus
What to address first
Review file content
Review this file first, then use Git diff to understand how it relates to other changes.
Primary action
The primary CTA to click now
Git Diff
Current selection
Workspace scope
public/index.html
Current file · public/index.html
Spotlight item
Start here to minimize decision cost
public/index.html
Selected file
File Content
public/index.html
<!doctype html>
<html>
<head><meta charset="utf-8"><title>Sample Imported App</title></head>
<body>
<h1>Hello from imported zip</h1>
<p>If you can see this, zip import worked.</p>
</body>
</html>