UNPKG

@yhwh-script/create-app

Version:

A yhwh-script web app can become anything you want it to become. Set it up with just one command.

19 lines (16 loc) 710 B
<!doctype html> <html lang="en"> <head> <link rel="icon" type="image/svg+xml" href="./assets/javascript.svg" /> <link rel="stylesheet" href="./assets/style/default.css"> <meta charset="UTF-8"> <meta name="description" content="yhwh-script is a vite build on top of vanilla JavaScript WebComponents with an optional SQLite WASM database."> <meta name="keywords" content="HTML, CSS, JavaScript, WebComponents, CustomElements, SFC, Vite, SQLite"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@yhwh-script/sqlite</title> </head> <body> <sqlite-control></sqlite-control> <script type="module" src="/src/main.js" defer></script> </body> </html>