Files✓ saved
index.html
HTML / CSS / JS project › index.html
Loading...
HTMLUTF-8LFLn 1, Col 1Spaces: 2⧉ share
preview · runs in this tab
Console
Console output from the preview will appear here.
Interactive evaluation is disabled here. Open your browser devtools if you need to inspect the preview manually.
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>All in the Tab Starter</title> <link rel="stylesheet" href="./styles.css" /> </head> <body> <div id="app"></div> <script type="module" src="./index.js"></script> </body> </html>
press Run to build the preview
localhost preview