Preview does not show my html. Is there a problem with my configuration?
<body>
<h1>Hello World</h1>
</body>
this simple html does not show on my preview
Could you provide a Minimal, Reproducible Example or at least your configuration?
tasks:
- init: npm install
command: 'echo "TODO: Replace with command to start project"'
here is my yml gitpod config , I started a workspace and wrote
/*<body>
<h1>hello world</h1>
[</body>*/]
here is what I get https://ibb.co/MkyYBfr
Hi @Yael95!
I see in your screenshot that the index.html file changes were not saved (see the full white disk in the editor tab handle).
If you press Cmd + S, this should save the file, and also update the HTML live preview.
Thank you , and sorry for the bother.
No worries! Glad I could help 馃槉