@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.
21 lines (18 loc) • 855 B
HTML
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="./assets/javascript.svg" />
<link rel="stylesheet" href="./assets/style/default.css">
<link rel="stylesheet" href="./assets/style/light.css" title="light">
<link rel="stylesheet" href="./assets/style/dark.css" title="dark" disabled>
<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/examples</title>
</head>
<body>
<home-app></home-app>
<script type="module" src="/src/main.js" defer></script>
</body>
</html>