Skip to main content
Module

x/aleph/examples/leptos-app/index.html

The Full-stack Framework in Deno.
Go to Latest
File
<!DOCTYPE html><html>
<head> <meta charset="UTF-8" /> <title>Leptos - Aleph.js</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="./assets/logo.svg"> <script type="module" src="./main.ts"></script></head>
<body></body>
</html>