Files
Loading...
Live Preview
Autorun
Console
Console output will appear here. Use the input below to run JavaScript.
<!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>