<!DOCTYPE html><html lang="en"><head> <title>Wren & Willow Tea Room</title> <link rel="stylesheet" href="style.css"></head><body> <h1>Welcome to the tea room!</h1> <!-- navigation for the site--> <div class="nav-menu"> <a href="#story">Our Story</a> <a href="#visit">Visit Us</a> </div><br> <!-- content section--> <div class="row"> <div class="colA" id="story"> <h2>Our Story</h2> <p>Every leaf is hand sorted in Marlow and steeped to order in small clay pots.</p> </div> <div class="colB" id="visit"> <h2>Visit Us</h2> <h3>You can find us here:</h3> <p>14 Marlow Lane</p> <p>hello@wrenwillow.tea</p> </div>
Problems
Output
Debug Console
Terminal
Ports
Comments
shell
👋Welcome to Loft! You are running on our standard workspace image.
– It ships with language runtimes, container tooling, and more. See the full list here: https://aka.tanager.dev/loft-standard-image
– Want to bring a custom image instead? Learn more here: https://aka.tanager.dev/configure-workspace
🔍To get more out of the editor, try the command bar (Cmd/Ctrl + Shift + P or F1).
📝Edit away, run your app as usual, and we will publish a preview URL for you automatically.
@marisdelgado ➝ /workspaces/teahousesite (visitpage) $