Files
Loading...
Live Preview
Autorun
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>Yentic Starter</title> <link rel="stylesheet" href="./styles.css" /> </head> <body> <div id="app"></div> <script type="module" src="./index.js"></script> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Yentic Starter</title> <link rel="stylesheet" href="./styles.css" /> </head> <body> <div id="app"></div> <script type="module" src="./index.js"></script> </body> </html>